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.

python 3.7.2 安装 pycurl 遇到的坑

解决方法:

1)到 https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycurl 找到对应版本,并下载到本地:

例如:python 3.7.2 我对应的版本如下图:

python 3.7.2 安装 pycurl 遇到的坑

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

相关文章:

  • 2021-05-17
  • 2021-08-27
  • 2021-12-18
  • 2021-05-09
  • 2021-08-23
  • 2021-08-17
  • 2021-09-01
  • 2021-04-19
猜你喜欢
  • 2021-10-01
  • 2019-02-24
  • 2021-11-16
  • 2021-05-24
  • 2022-12-23
  • 2021-05-04
  • 2021-11-01
相关资源
相似解决方案