标签:https 提示 lin targe tps 安装 rgb 方案 col
安装Twisted包来进一步安装Scrapy。
1.首先打开https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted,找到对应版本的Twisted并下载到你的文件夹。此例为Twisted-20.3.0-cp39-cp39-win_amd64.whl
2.利用pip3 install命令安装指定存储路径下的whl文件。
1 pip3 install D:\Twisted-20.3.0-cp39-cp39-win_amd64.whl
3.安装成功后再安装Scrapy,即可正常。
1 pip3 install Scrapy
标签:https 提示 lin targe tps 安装 rgb 方案 col
原文地址:https://www.cnblogs.com/jackfh/p/14182510.html