Cannot update OpenSSL for Python3

Cecil Westerhof Cecil at decebal.nl
Mon May 4 07:32:51 EDT 2015


Op Monday 4 May 2015 12:10 CEST schreef Chris Angelico:

> 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?
Not really, because that gives:
    Requirement already up-to-date: pyOpenSSL in /usr/lib64/python3.4/site-packages
    Cleaning up...

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof



More information about the Python-list mailing list