Ich versuche pip3 zu installieren, habe aber kein Glück. Außerdem habe ich es versucht sudo installund es hat nicht funktioniert. Wie kann ich pip3 auf meinem Mac installieren?
sudo easy_install pip3
Password:
Searching for pip3
Reading https://pypi.python.org/simple/pip3/
Couldn't find index page for 'pip3' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for pip3
error: Could not find suitable distribution for Requirement.parse('pip3')
pyenvpip
get-pip.pyvon der offiziellen Website herunter. Führen Sie dann den folgenden Befehl aus:sudo python get-pip.pyund es installiert das pip für Ihre Python-Version, in der das Skript ausgeführt wird.