Pywin32 and twisted installation issu

clipboard.png
python
win7

pywin32amd64required python36-32
pywin32 win32

twisted win32
amd64

clipboard.png

scrapy crawl

clipboard.png

Mar.31,2021

pip install  pip3 install 

get into the habit of using virtual environment virtualenv to isolate conflicts.

Under the

Windows system, it is strongly recommended to use the python version released by Miniconda .
commands for installing scrapy

conda install -c conda-forge scrapy

your python version is 64-bit, and the installed twisted is 64-bit


the way I installed win32 before was to read the exe file recommended by the blog on the Internet, which led to a series of problems. Finally, I successfully avoided the previous problems by using the following installation method

pip install pypiwin32
Menu