站点图标 星露谷值班站长

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

报错如下

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

 

退出移动版