pip install pycurl
出现:Could not run curl-config: [Errno 2] No such file or directory: ‘curl-config‘: ‘curl-config‘
解决:yum install libcurl-devel
再pip install pycurl 就ok了
pycurl安装
原文:https://www.cnblogs.com/awakenedy/p/9317428.html