【发布时间】:2021-08-09 14:27:02
【问题描述】:
我的教程还在继续学习 python,有人告诉我这样做
sudo -H pip install requests
我得到以下信息:
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting requests
Could not fetch URL https://pypi.python.org/simple/requests/: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping
Could not find a version that satisfies the requirement requests (from versions: )
No matching distribution found for requests
有人知道我需要做什么才能一劳永逸地解决这个问题吗?
在此先感谢
【问题讨论】: