无法安装毒药
Can't Install Tox
我正在使用 MacOs Sierra 10.12.6,当我想安装 Tox 时
(https://tox.readthedocs.io/en/latest/install.html ) .
~ $ pip install tox
Collecting tox
Could not fetch URL https://pypi.python.org/simple/tox/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) - skipping
Could not find a version that satisfies the requirement tox (from versions: )
No matching distribution found for tox
~ $
如何安装 Tox?
我找到了简单的解决方案:
brew install python2
我正在使用 MacOs Sierra 10.12.6,当我想安装 Tox 时 (https://tox.readthedocs.io/en/latest/install.html ) .
~ $ pip install tox
Collecting tox
Could not fetch URL https://pypi.python.org/simple/tox/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) - skipping
Could not find a version that satisfies the requirement tox (from versions: )
No matching distribution found for tox
~ $
如何安装 Tox?
我找到了简单的解决方案:
brew install python2