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

 Centos6.7系统,python3.6.7,经过 pip 安装pycurl出现报错:python

   __main__.ConfigurationError: Could not run curl-config: [Errno 2] No such file or directory: 'curl-config': 'curl-config'curl

 系统已经安装了curl,出现此错误提示通常是由于没有安装对应的开发库,解决方法:url

  yum -y install libcurl-develip

相关文章
相关标签/搜索