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,出现此...

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
织梦狗教程
本文标题为:centos6,python3,通过pip安装pycurl出现报错提示


基础教程推荐
猜你喜欢
- linux 安装 python3 2023-09-03
- 使用Pycharm创建一个Django项目的超详细图文教程 2022-09-02
- 云服务器Ubuntu更改默认python版本 2023-09-03
- 远程和Ubuntu服务器进行Socket通信,使用python和C#(准备篇) 2023-09-05
- MySQL数据优化-多层索引 2023-08-11
- Python爬虫爬取属于自己的地铁线路图 2023-08-05
- 创建python虚拟环境(在ubuntu16.04中) 2023-09-04
- Python+OpenCV实战之实现文档扫描 2022-10-20
- python验证多组数据之间有无显著差异 2023-08-08
- windows下面使用多版本Python安装指定版本的虚拟环境 2023-09-04