python 3.7.2 安装 pycurl 遇到的坑
Posted fight-ing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 3.7.2 安装 pycurl 遇到的坑相关的知识,希望对你有一定的参考价值。
python 3.7.2 安装 pycurl,一直报如下错误:
Requirement \'D:\\\\pycurl‑7.43.1‑cp37‑cp37m‑win_amd64.whl\' looks like a filename, but the file does not exist
pycurl‑7.43.1‑cp37‑cp37m‑win_amd64.whl is not a valid wheel filename.
解决方法:
1)到 https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycurl 找到对应版本,并下载到本地:
例如:python 3.7.2 我对应的版本如下图:
2、通过 pip 安装 下载到本地的文件
pip install D:\\pycurl-7.43.1-cp37-cp37m-win_amd64.whl
注意:install 是你下载的 pycurl(例如:我这里就是:D:\\pycurl-7.43.1-cp37-cp37m-win_amd64.whl)的本地路径)
参考:https://www.cnblogs.com/kerbside/p/9630388.html
以上是关于python 3.7.2 安装 pycurl 遇到的坑的主要内容,如果未能解决你的问题,请参考以下文章
centos6,python3,通过pip安装pycurl出现报错提示
Fatal Python error: pycurl: libcurl link-time version is older than compile-time version