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

reference

pip uninstall pycurl
export PYCURL_SSL_LIBRARY=nss
easy_install pycurl
原文地址:https://www.cnblogs.com/vickey-wu/p/8667314.html