Python 2.7.10安装pycurl遇到的问题汇总
生活随笔
收集整理的這篇文章主要介紹了
Python 2.7.10安装pycurl遇到的问题汇总
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Python 2.7.10安裝pycurl遇到的問題匯總
2.使用pip安裝pycurl時出現如下問題
__main__.ConfigurationError: Could not run curl-config: [Errno 2] No such file or directory
解決方法:
yum -y install libcurl-devel
轉自:http://blog.csdn.net/tao_627/article/details/46941931
轉載于:https://blog.51cto.com/461205160/1983725
總結
以上是生活随笔為你收集整理的Python 2.7.10安装pycurl遇到的问题汇总的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: fastJson,gosn使用小结
- 下一篇: python内置函数中的 IO文件系列