我想在Mac 10.15.1上安装python 3.4.2
我已经跑步了: $ pyenv install 3.4.2
但出现错误:
忽略surepip失败:1.5.6点需要SSL / TLS
搜索我发现此链接为common build problems
我已经通过自制软件安装了openssl
$ brew install openssl
和
$ xcode-select --install
并尝试了另外两个带有标记的命令:
$ CFLAGS =“-I $(brew --prefix openssl)/ include” LDFLAGS =“-L $(brew --prefix openssl)/ lib” pyenv install -v 3.4.2
$ CFLAGS = -I / usr / include / openssl LDFLAGS = -L / usr / lib64 pyenv install -v 3.4.2
但恐怖仍然存在。
这是最后10条日志行:
(cd /Users/albertosanmartinmartinez/.pyenv/versions/3.4.2/share/man/man1; ln -s python3.4.1 python3.1)
if test "xupgrade" != "xno" ; then \
case upgrade in \
upgrade) ensurepip="--upgrade" ;; \
install|*) ensurepip="" ;; \
esac; \
./python.exe -E -m ensurepip \
$ensurepip --root=/ ; \
fi
Ignoring ensurepip failure: pip 1.5.6 requires SSL/TLS
有人可以帮助吗? 预先感谢