With the latest version of Ubuntu, sm crashes out with the error:
File "/tmp/easy_install-A0ku50/requests-2.2.1/requests/packages/urllib3/contrib/pyopenssl.py", line 62, in <module>
AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'
Debian removed SSLv3 from OpenSSL due to a security flaw. The latest version of urllib3 checks to see if SSLv3 exists in OpenSSL before importing it.
With the latest version of Ubuntu, sm crashes out with the error:
Debian removed SSLv3 from OpenSSL due to a security flaw. The latest version of urllib3 checks to see if SSLv3 exists in OpenSSL before importing it.