在pip install scrapy时报错,如下

pip install scrapy时报错的处理

需要我们自己下载Twisted,然后安装。这里有Python的各种依赖包。选择适合自己Python以及系统的Twisted版本。 

http://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted 

pip install scrapy时报错的处理

这里一定要注意下载与自己电脑匹配的版面,版本不匹配在安装时会报如下错误:

    is not a supported wheel on this platform

下载好之后,cd到下载文件夹。pip install Twisted的文件名。比如: 
pip install Twisted-17.5.0-cp36-cp36m-win_amd64.whl 

即可安装Twisted 

pip install scrapy时报错的处理

安装成功后,pip install scrapy

即可。

相关文章:

  • 2021-05-17
  • 2021-07-09
  • 2022-02-04
  • 2022-12-23
  • 2021-08-14
  • 2021-05-01
  • 2021-06-16
  • 2021-05-12
猜你喜欢
  • 2021-10-02
  • 2021-05-29
  • 2021-08-16
  • 2022-12-23
  • 2021-08-25
  • 2022-12-23
相关资源
相似解决方案