При попытки установить модули через pip3, пишет:
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL
Или если например, хочу посмотреть установленные модули:
pip3 list
Package Version
---------- -------
pip 20.2.3
setuptools 49.2.1
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL
...как это решить?
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL
Ссылка скрыта от гостей
: There was a problem confirming the ssl certificate.Или если например, хочу посмотреть установленные модули:
pip3 list
Package Version
---------- -------
pip 20.2.3
setuptools 49.2.1
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL
Ссылка скрыта от гостей
: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping...как это решить?