欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

centos6,python3,通过pip安装pycurl出现报错提示

程序员文章站 2022-05-30 19:42:10
Centos6.7系统,python3.6.7,通过 pip 安装pycurl出现报错: __main__.ConfigurationError: Could not run curl-config: [Errno 2] No such file or directory: 'curl-config ......

 centos6.7系统,python3.6.7,通过 pip 安装pycurl出现报错:

   __main__.configurationerror: could not run curl-config: [errno 2] no such file or directory: 'curl-config': 'curl-config'

 系统已经安装了curl,出现此错误提示一般是因为没有安装对应的开发库,解决方法:

  yum -y install libcurl-devel