ImportError: pycurl: libcurl link-time ssl backend (nss) is different from compile-time ssl backend (openssl)

190次阅读
没有评论

共计 169 个字符,预计需要花费 1 分钟才能阅读完成。

报错如下

ImportError: pycurl: libcurl link-time ssl backend (nss) is different from compile-time ssl backend (openssl)

解决方法

pip3 uninstall pycurl
export PYCURL_SSL_LIBRARY=nss
pip3 install pycurl

 

正文完
 0
ddn
版权声明:本站原创文章,由 ddn 2017-06-25发表,共计169字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
评论(没有评论)