nwhitehead / pineapple

http://nwhitehead.github.io/pineapple/
Other
351 stars 26 forks source link

Installing via pip broken due to old openssl #73

Open tehfink opened 6 years ago

tehfink commented 6 years ago

In Pineapple .8:

In [10]: import ssl; print(ssl.OPENSSL_VERSION)
OpenSSL 0.9.8zh 14 Jan 2016
In [11]: import pineapple
In [13]: %pip -v install unittest2
Collecting unittest2
  Getting page https://pypi.python.org/simple/unittest2/
  Starting new HTTPS connection (1): pypi.python.org
  Could not fetch URL https://pypi.python.org/simple/unittest2/: connection error: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:646) - skipping
  1 location(s) to search for versions of unittest2:
  * https://pypi.python.org/simple/unittest2/
  Getting page https://pypi.python.org/simple/unittest2/
  Starting new HTTPS connection (2): pypi.python.org
  Could not fetch URL https://pypi.python.org/simple/unittest2/: connection error: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:646) - skipping
  Could not find a version that satisfies the requirement unittest2 (from versions: )
Cleaning up...
No matching distribution found for unittest2