[Python-es] problemas con la instalación de PIP como usuario

Jose Caballero jcaballero.hep en gmail.com
Vie Mar 10 15:02:04 EST 2017


OK. Gracias.
Googleando he encontrado varias veces que hay que descomentar la linea
de zlib en el fichero src/PythonXY/Modules/Setup
Reinstalando de nuevo, ya tengo zlib.

$ python -c "import zlib; print zlib.__version__"
1.0

Ahora me da fallos con ssl.
Pero ya sé por donde van los tiros.

$ python get-pip.py --user
pip is configured with locations that require TLS/SSL, however the ssl
module in Python is not available.
Collecting pip
  Could not fetch URL https://pypi.python.org/simple/pip/: There was a
problem confirming the ssl certificate: Can't connect to HTTPS URL
because the SSL module is not available. - skipping
  Could not find a version that satisfies the requirement pip (from versions: )
No matching distribution found for pip

Gracias,
Jose


2017-03-10 14:35 GMT-05:00 Kiko <kikocorreoso en gmail.com>:
> necesitas instalar zlib y hacerlo accesible.
> _______________________________________________
> Python-es mailing list
> Python-es en python.org
> https://mail.python.org/mailman/listinfo/python-es


Más información sobre la lista de distribución Python-es