001、普通用户安装python 遇到如下问题:
Could not build the ssl module! Python requires a OpenSSL 1.1.1 or newer
002、解决方法
export CFLAGS=$(pkg-config --cflags openssl11) export LDFLAGS=$(pkg-config --libs openssl11)
标签:1.1,Python,OpenSSL,module,python,build From: https://www.cnblogs.com/liujiaxin2018/p/17110975.html