Hola, estoy tratando de actualizar pip y estoy recibiendo este error:
egts-iMac-3:~ egt$ pip install -U pip
You are using pip version 6.1.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip'
command.
Collecting pip
Could not find a version that satisfies the requirement pip (from
versions: )
No matching distribution found for pip
¿Qué versión de python estás usando?
—
user136952
Que hace
—
nohillside
type pip
¿regreso?
@ user136952 es python 2.7.10 .... @ nohillside 'pip está hash (/ usr / local / bin / pip)'
—
Greg Iven
¿Recibe un mensaje para actualizar pip cuando intenta instalar un paquete de python? Esto puede suceder si el paquete que está intentando instalar con pip está fuera del dominio de su intérprete de python actual (llamado).
—
user136952
¿Has intentado ejecutar el comando bajo sudo?
—
Mark