Cannot update OpenSSL for Python3

Chris Angelico rosuav at gmail.com
Mon May 4 08:14:59 EDT 2015


On Mon, May 4, 2015 at 9:32 PM, Cecil Westerhof <Cecil at decebal.nl> wrote:
>> Does 'pip3 install -U pyOpenSSL' work?
> Not really, because that gives:
>     Requirement already up-to-date: pyOpenSSL in /usr/lib64/python3.4/site-packages
>     Cleaning up...

I don't know why it wasn't automatically installed, but 'six' is a
listed dependency of pyOpenSSL. What happens if you try to install
six?

ChrisA



More information about the Python-list mailing list