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
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.
Most helpful comment
Try running
pip install certifi
to make this disappear.