Python pip install error Could not fetch URL There was a problem confirming the ssl certificate

preview_player
Показать описание
python fix pip install error Could not fetch URL There was a problem confirming the ssl certificate
Could not find a version that satisfies the requirement django (from versions: )
No matching distribution found for django

Рекомендации по теме
Комментарии
Автор

I got this error: curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.

hussamcheema
Автор

On my Mac computer, I need to add 'sudo' between '|' and 'python' so that the command 'python' is running under 'sudo' mode. Thank you very much. It is strange that it is so difficult to upgrade pip.

xsli
Автор

Any idea how to translate this to a Windows system ?

pierre
Автор

I'm using Cmd command prompt

Pls upload video for that

Or what interface u are using

tamilnwords
Автор

Hi, i'm getting an error while trying to install graphviz, could you please help me on this


Microsoft Windows [Version 10.0.17763.737]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\Premstein>conda install graphviz
Solving environment: failed

Elapsed: -

An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.

a support request with your network engineering team.

SSLError(MaxRetryError('HTTPSConnectionPool(host=\'repo.anaconda.com\', port=443): Max retries exceeded with url: (Caused by SSLError("Can\'t connect to HTTPS URL because the SSL module is not available."))'))

premstein