作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我无法安装 django-constance。
重现步骤
$ pip3 install django-constance
Collecting django-constance
Could not fetch URL https://pypi.python.org/simple/django-constance/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:645) - skipping
Could not find a version that satisfies the requirement django-constance (from versions: )
No matching distribution found for django-constance
系统配置
Django version:
$ django-admin --version
1.11.1
Python version:
$ python3 --version
Python 3.5.2
$ pip3 --version
pip 9.0.1 from /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages (python 3.5)
最佳答案
用途:
sudo curl https://bootstrap.pypa.io/get-pip.py | python3
将 pip 升级到最新版本,而不是 pip3 install -upgrade pip
。
然后重新安装django-constance
。
关于python - SSL : TLSV1_ALERT_PROTOCOL_VERSION when I install django-constance,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50343626/
我是一名优秀的程序员,十分优秀!