Servo: ImportError: Kein Modul namens certifi

Erstellt am 18. Nov. 2018  ·  3Kommentare  ·  Quelle: servo/servo

Ich habe diese Nachricht bekommen
$ ./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
Ich verwende Python Python 2.7.15

Hilfreichster Kommentar

Versuchen Sie, pip install certifi , damit dies verschwindet.

Alle 3 Kommentare

Versuchen Sie, pip install certifi , damit dies verschwindet.

'pip' wird nicht als interner oder externer Befehl erkannt,
lauffähiges Programm oder Batch-Datei.

@SkyHopeFashion Verwenden Sie stattdessen python -m pip .

War diese Seite hilfreich?
0 / 5 - 0 Bewertungen

Verwandte Themen

CYBAI picture CYBAI  ·  3Kommentare

mrobinson picture mrobinson  ·  3Kommentare

noisiak picture noisiak  ·  3Kommentare

shinglyu picture shinglyu  ·  4Kommentare

SimonSapin picture SimonSapin  ·  3Kommentare