无法使用 pip3 安装东西,提示 pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Collecting selenium Could not fetch URL https://pypi.python.org/simple/selenium/: 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 selenium (from versions: )
我看了一下 openssl 是安装的,OpenSSL 1.0.2l 25 May 2017 难得玩下 mac os 下的 python3.6,居然无法使用 pip3 install 有人遇到过啊
1
a132811 2017-06-05 22:19:51 +08:00
我用的 brew install openssl python3,没有问题。
或者这个能解决你的问题, 最下面的那条答案 https://stackoverflow.com/questions/41489439/pip3-installs-inside-virtual-environment-with-python3-6-failing-due-to-ssl-modul |