Тигра
Знаток
(374),
на голосовании
9 месяцев назад
когда я пишу "pip install NumPy" он пишет следующее: Could not fetch URL There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='адрес pypi', port=443): Max retries exceeded with url: /simple/numpy/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1000)'))) - skipping ERROR: Could not find a version that satisfies the requirement NumPy (from versions: none) ERROR: No matching distribution found for NumPy Could not fetch URL (адрес pypi): There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=(адрес pypi), port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1000)'))) - skipping Весь интернет обыскал не пойму что делать?
после этой команды пишет ERROR: Could not find a version that satisfies the requirement numpy (from versions: none) ERROR: No matching distribution found for numpy
Алекс Куха
Высший разум
(461743)
Тигра, никогда написанное не обманывало. Значит так и есть
Could not fetch URL There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='адрес pypi', port=443): Max retries exceeded with url: /simple/numpy/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1000)'))) - skipping
ERROR: Could not find a version that satisfies the requirement NumPy (from versions: none)
ERROR: No matching distribution found for NumPy
Could not fetch URL (адрес pypi): There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=(адрес pypi), port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1000)'))) - skipping
Весь интернет обыскал не пойму что делать?