Servo: ImportError: No module named certifi

Created on 18 Nov 2018  路  3Comments  路  Source: servo/servo

I got this msg
$ ./mach bootstrap Traceback (most recent call last): File "./mach", line 96, in <module> main(sys.argv) File "./mach", line 24, in main sys.exit(mach_bootstrap.bootstrap_command_only(topdir)) File "/home/roberto/bin/servo/python/mach_bootstrap.py", line 232, in bootstrap_command_only from servo.bootstrap import bootstrap File "/home/roberto/bin/servo/python/servo/bootstrap.py", line 17, in <module> from servo.util import extract, download_file, host_triple File "/home/roberto/bin/servo/python/servo/util.py", line 33, in <module> import certifi ImportError: No module named certifi
I'm on python Python 2.7.15

Most helpful comment

Try running pip install certifi to make this disappear.

All 3 comments

Try running pip install certifi to make this disappear.

'pip' is not recognized as an internal or external command,
operable program or batch file.

@SkyHopeFashion Use python -m pip instead.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Manishearth picture Manishearth  路  4Comments

larsbergstrom picture larsbergstrom  路  3Comments

CYBAI picture CYBAI  路  4Comments

pyfisch picture pyfisch  路  4Comments

jdm picture jdm  路  3Comments