Python安装scrapy

https://www.lfd.uci.edu/~gohlke/pythonlibs/

lxml
Pillow
pywin32
twisted
wheel
cvxopt
scrapy_redis

C:\Users\Administrator\Downloads>pip install pywin32-300-cp38-cp38-win32.whl
Processing c:\users\administrator\downloads\pywin32-300-cp38-cp38-win32.whl
Installing collected packages: pywin32
Successfully installed pywin32-300

C:\Users\Administrator\Downloads>pip install twisted_iocpsupport-1.0.1-cp38-cp38-win32.whl
Processing c:\users\administrator\downloads\twisted_iocpsupport-1.0.1-cp38-cp38-win32.whl
twisted-iocpsupport is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.

C:\Users\Administrator\Downloads>pip install wheel-0.36.2-py3-none-any.whl
Processing c:\users\administrator\downloads\wheel-0.36.2-py3-none-any.whl
wheel is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.

C:\Users\Administrator\Downloads>pip install wheel
Requirement already satisfied: wheel in d:\programfiles\python\lib\site-packages (0.36.2)

C:\Users\Administrator\Downloads>pip install cvxopt-1.2.6-cp38-cp38-win32.whl
Processing c:\users\administrator\downloads\cvxopt-1.2.6-cp38-cp38-win32.whl
Installing collected packages: cvxopt
Successfully installed cvxopt-1.2.6

C:\Users\Administrator\Downloads>pip install Pillow-8.2.0-cp38-cp38-win32.whl
Processing c:\users\administrator\downloads\pillow-8.2.0-cp38-cp38-win32.whl
Installing collected packages: Pillow
Successfully installed Pillow-8.2.0

posted @ 2021-04-22 22:58  墨染瑞瑞  阅读(1082)  评论(0编辑  收藏  举报
https://msdn.itellyou.cn/