pip install 安装不了一些库的时候,一般使用以下的解决方案可以很好地解决它

解决方案

http://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted 下载twisted对应版本的whl文件(如我的Twisted‑17.5.0‑cp36‑cp36m‑win_amd64.whl),cp后面是python版本,amd64代表64位

查看python版本方法

pip install 安装不了怎么办?

 

运行命令:

pip install C:\Users\CR\Downloads\Twisted-17.5.0-cp36-cp36m-win_amd64.whl

其中install后面为下载的whl文件的完整路径名 
安装完成后,再次运行:

pip install Scrapy

即可成功。

 

相关文章:

  • 2021-10-11
  • 2021-04-07
  • 2021-09-23
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
  • 2021-12-18
  • 2021-11-03
猜你喜欢
  • 2022-12-23
  • 2021-04-11
  • 2021-12-31
  • 2021-05-31
  • 2021-06-08
  • 2021-11-23
  • 2021-10-09
相关资源
相似解决方案