pyenv 无法编译 on El Capitan 急求解

2015-10-03 18:48:18 +08:00
 Feiox

报错信息如下

Downloading Python-3.4.3.tgz...
-> https://yyuu.github.io/pythons/4281ff86778db65892c05151d5de738d
Installing Python-3.4.3...
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?

Please consult to the Wiki page to fix the problem.
https://github.com/yyuu/pyenv/wiki/Common-build-problems


BUILD FAILED (OS X 10.11 using python-build 20150818)

Inspect or clean up the working tree at /var/folders/hl/zb01qhxx29g1yx0p869qyt9r0000gn/T/python-build.20151003183418.7964
Results logged to /var/folders/hl/zb01qhxx29g1yx0p869qyt9r0000gn/T/python-build.20151003183418.7964.log

Last 10 log lines:
(cd /usr/local/var/pyenv/versions/3.4.3/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 6.0.8 requires SSL/TLS

已尝试但无效的方法:
https://github.com/yyuu/pyenv/issues/22
https://github.com/yyuu/pyenv/issues/448

电脑是工作用啊,马上十一开始上班了,跪求解决方案啊!

2809 次点击
所在节点    Python
3 条回复
rundis
2015-10-03 20:02:47 +08:00
·Ignoring ensurepip failure: pip 6.0.8 requires SSL/TLS·
是不是缺少 SSL/TLS?

实在不行可以去发 issue ,既然是新系统问题,估计官方会给出解决,我记得 pyenv 有个 build error support ,可以去看看
zoumouse
2015-10-04 20:18:48 +08:00
The Python ssl extension was not compiled. Missing the OpenSSL lib?
Feiox
2015-10-04 20:26:06 +08:00
@zoumouse 这是原作者的讨论 https://github.com/yyuu/pyenv/issues/451
原因是莫名其妙,其实各种库并不缺,但莫名找不到 ~ 而且有些人也遇到了和我同样的问题

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/225427

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX