Some pits encountered by using scrapy as a crawler: How to solve the error after No module named win32api?

Recently learning scrapy,

Execute in the mySpider directory: scrapy crawl itcast reports the error No module named win32api.


Since this module is missing, just install the module.

Enter pip install pypiwin32 directly in the command line window and press Enter


Then enter the original command again and press Enter to succeed




 
 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325643035&siteId=291194637