码迷,mamicode.com
首页 > 编程语言 > 详细

ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?

时间:2017-10-07 16:28:15      阅读:623      评论:0      收藏:0      [点我收藏+]

标签:include   https   common   not   命令   col   iss   情况   flags   

       官方已经给出解决方案:https://github.com/pyenv/pyenv/wiki/Common-build-problems#error-the-python-ssl-extension-was-not-compiled-missing-the-openssl-lib

       在Mac上且用homebrew装了openssl的情况下,命令行如下:

CFLAGS="-I$(brew --prefix openssl)/include" LDFLAGS="-L$(brew --prefix openssl)/lib" pyenv install -v 3.6.2

       再补充一句,pyenv前面不要加sudo。否则编译仍旧报错通不过。

ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?

标签:include   https   common   not   命令   col   iss   情况   flags   

原文地址:http://www.cnblogs.com/dhcn/p/7634685.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!