Acabo de instalar pip, instalé algunos paquetes np. Probé esto
pip install prettytable Collecting prettytable From cffi callback : Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/OpenSSL/SSL.py", line 313, in wrapper _lib.X509_up_ref(x509) AttributeError: 'module' object has no attribute 'X509_up_ref' Could not find a version that satisfies the requirement prettytable (from versions: ) No matching distribution found for prettytable
¿Cómo instalo prettytable?
El error viene de PyOpenSSL
. O su OpenSSL
es demasiado viejo o demasiado nuevo. Intente actualizar o degradar OpenSSL
y PyOpenSSL
.
Reinstalar Pyopenssl funcionó para mí:
pip uninstall pyopenssl pip install pyopenssl