lefas
Results
1
comments of
lefas
I think I have fixed this by removing the python-openssl package (and it's dependencies) with: apt-get --auto-remove --yes remove python-openssl Then installing the latest version with pip: pip install pyOpenSSL...