1,安装python 配置 环境变量PATH   (注意 pywin32 没有 python 3.8 对应的版本  我用的是 python3.6.8) 

 

开始安装

 

升级 pip
python -m pip install --upgrade pip

安装 wheel
pip install wheel

安装 twisted 
pip install twisted


安装pywin32
pip install pywin32


安装Scrapy
pip install Scrapy

 

cmd 中输入 Scrapy 后显示

window 安装Scrapy

 

 

相关文章:

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