python-build: use openssl from homebrew
python-build: use readline from homebrew
Installing Python-3.6.0...
python-build: use readline from homebrew
python-build: use zlib from xcode sdk
Installed Python-3.6.0 to /Users/andrew/.pyenv/versions/3.6.0
如输出中所示:* *"Python构造:use openssl from homebrew "**它会将Python链接到Homebrew定义的当前openssl版本。
2条答案
按热度按时间mdfafbf11#
我最近也遇到了同样的问题。解决方案是强制重新安装您在虚拟环境中使用的Python版本。
例如,对于Python 3.6.0:
输出:
如输出中所示:* *"Python构造:use openssl from homebrew "**它会将Python链接到Homebrew定义的当前openssl版本。
lx0bsm1f2#
您需要设置一个特殊版本的pyopenssl,
SSLv2
和SSLv3
是不再支持22.1.0. changelog here