欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

windows安装scrapy

程序员文章站 2022-05-07 12:54:07
...

提前了解 whl 安装

(1)把whl文件放到pip路径下
路径一般在:…/python36/scripts
(2)命令行进如路径下:…/python36/scripts

pip install xxx.whl

整体安装流程

1、本机已安装python3
2、下载pywin32.whl
下载源:https://www.lfd.uci.edu/~gohlke/pythonlibs/
3、下载twisted.whl
下载源:https://www.lfd.uci.edu/~gohlke/pythonlibs/
4、安装wheel

pip install wheel

5、下载lxml.whl
下载源:https://www.lfd.uci.edu/~gohlke/pythonlibs/
6、安装scrapy

pip install scrapy