运行scrapy报错:You do not have a working installation of the service_identity module

查了下service_identity这个库已经是安装好了

然鹅卸了装,装了卸,反反复复均是会提示这个错误

 

问了度娘之后,找到了个解决方案 https://blog.csdn.net/weixin_42139375/article/details/82262198

 

原因是:本机上的service_identity模块太老旧,而通过install安装的时候不会更新到最新版本

 

解决方法:

强制升级   pip install service_identity --force --upgrade

或者是找到最新版的安装包进行手动安装

相关文章:

  • 2021-09-09
  • 2021-06-11
  • 2022-12-23
  • 2021-06-05
  • 2021-06-10
  • 2021-09-28
  • 2021-10-23
  • 2021-09-27
猜你喜欢
  • 2021-07-12
  • 2021-06-21
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2021-12-11
相关资源
相似解决方案