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出现报错提示
基础教程推荐
猜你喜欢
- python的环境conda简介 2022-10-20
- CentOS 7.5 安装 Python3.7 2023-09-03
- Python基础学习之函数和代码复用详解 2022-09-02
- centos系统 anaconda3(python3)安装pygrib 2023-09-04
- Python 中 Elias Delta 编码详情 2023-08-08
- Python爬取当网书籍数据并数据可视化展示 2023-08-11
- Centos7下安装python环境 2023-09-04
- ubuntu 18 python3.6 的安装与 python2的版本切换 2023-09-03
- 基于Python实现股票数据分析的可视化 2023-08-04
- 四步教你学会打包一个新的Python模块 2022-10-20