Servo: ImportError : aucun module nommé certifi

Créé le 18 nov. 2018  ·  3Commentaires  ·  Source: servo/servo

j'ai eu ce 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
Je suis sur python Python 2.7.15

Commentaire le plus utile

Essayez d'exécuter pip install certifi pour faire disparaître cela.

Tous les 3 commentaires

Essayez d'exécuter pip install certifi pour faire disparaître cela.

'pip' n'est pas reconnu comme une commande interne ou externe,
programme exécutable ou fichier batch.

@SkyHopeFashion Utilisez python -m pip place.

Cette page vous a été utile?
0 / 5 - 0 notes