Cannot update OpenSSL for Python3

Chris Angelico rosuav at gmail.com
Mon May 4 06:10:30 EDT 2015


On Mon, May 4, 2015 at 6:58 PM, Cecil Westerhof <Cecil at decebal.nl> wrote:
> When I then give:
>     pip3 install -U OpenSSL
> It goes wrong:
>     Could not fetch URL https://pypi.python.org/simple/OpenSSL/: 404 Client Error: Not Found
>
> I checked and even
>     https://pypi.python.org/simple/
> does not exist. Anyone an idea what is happening here?

I think what you want is called pyOpenSSL, not just OpenSSL:

https://pypi.python.org/pypi/pyOpenSSL
https://pypi.python.org/simple/pyopenssl/

Not sure why /simple/ doesn't work, but you're not normally meant to
grab that page manually - it's for script work. You could raise a
tracker issue about that if you like, but it may not be considered
important.

Does 'pip3 install -U pyOpenSSL' work?

ChrisA



More information about the Python-list mailing list