Estoy tratando de instalar pip3, pero no tengo suerte. Además, lo intenté sudo install
y no funcionó. ¿Cómo puedo instalar pip3 en mi Mac?
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')
get-pip.py
del sitio oficial. Luego ejecute el siguiente comando:sudo python get-pip.py
e instalará el pip para su versión de Python que ejecuta el script.