安装Twisted依赖库时出现如下错误在安装scrapy过程中安装Twisted依赖库出错 is not a supported wheel on this platform

解决方案:首先排除是否为wheel库没有安装导致的,如果是 在cmd输入pip install wheel,如果不是则查看Twisted的库是否与你的python编译器的位数相同,如果你的python是32位就要安装Twisted-18.9.0-cp37-cp37m-win32.whl,如果是64位则安装 Twisted-18.9.0-cp37-cp37m-win_amd64.whl,因为我python3.7的版本是32位安装64位时就会报错,最后安装相应版本后解决了问题。Twisted对应版本下载地址https://www.lfd.uci.edu/~gohlke/pythonlibs/

在安装scrapy过程中安装Twisted依赖库出错 is not a supported wheel on this platform

最后在cmd 输入pip list查看是否安装成功

在安装scrapy过程中安装Twisted依赖库出错 is not a supported wheel on this platform

相关文章:

  • 2021-07-08
  • 2022-12-23
  • 2021-09-18
  • 2021-09-09
  • 2021-11-21
  • 2021-07-08
  • 2021-12-28
  • 2021-09-08
猜你喜欢
  • 2022-12-23
  • 2022-01-30
  • 2021-07-15
相关资源
相似解决方案