Search found 1 match

by Spunky
April 19th, 2016, 7:11 am
Forum: Debian/Ubuntu Package
Topic: Help: pyopenssl (python-ssl) not installed
Replies: 22
Views: 22145

Re: Help: pyopenssl (python-ssl) not installed

I've encountered this same issue, looks like I somehow installed PyOpenSSL with both apt and pip. Solution was to remove both, then reinstall with apt:

pip uninstall pyOpenSSL
apt-get remove python-openssl
apt-get install python-openssl

How I got into this mess, I honestly don't know.