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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM