报错信息:
Could not run curl-config: [Errno 2] No such file or directory: 'curl-config': 'curl-config'
解决方案:
yum install libcurl-devel
报错信息:
Curl is configured to use SSL, but we have not been able to determine which SSL backend it is using. Please see PycURL documentation for how to specify the SSL backend manually
解决方案:
pip uninstall pycurl
export PYCURL_SSL_LIBRARY=nss
pip install --ignore-installed pycurl