python安装Twisted报错:Could not install packages due to an EnvironmentError: [Errno 2] No such file or d
排除了安装版本的问题,详情看知乎这位博主的解释

scrapy安装过程中之Twisted的安装遇到的坑

使用开源镜像下载也是报错

网上各种方法都试过了,你不妨试试这样做
解决方法:
Twisted下载链接
②需要将xx.whl文件下载到D:\program files\Python38\Lib\site-packages。(你python的安装目录在哪你就下载到哪里的Lib\site-packages下)
③进入文件位置,我的是D:\program files\Python38\Lib\site-packages 输入pip install Twisted-19.10.0-cp38-cp38-win32.whl (写入你下载的xx.whl文件名)
python安装Twisted报错:Could not install packages due to an EnvironmentError: [Errno 2] No such file or d

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
  • 2022-01-05
  • 2021-10-08
  • 2021-10-19
猜你喜欢
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2021-06-24
  • 2022-12-23
相关资源
相似解决方案