pip install -r ./requirements.txt 有问题
来源:2-4 Python等基础环境安装
慕婉清4949654
2020-05-24
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting Django1.8.2 (from -r ./requirements.txt (line 1))
Could not fetch URL https://pypi.python.org/simple/django/: 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 Django1.8.2 (from -r ./requirements.txt (line 1)) (from versions: )
No matching distribution found for Django==1.8.2 (from -r ./requirements.txt (line 1))
写回答
1回答
-
慕婉清4949654
提问者
2020-05-24
解决了
00
相似问题