I am trying to run scrapy crawl and getting this error "ModuleNotFoundError: No module named 'win32api'"

120 Views Asked by At

I am trying to run scrapy crawl command in python 3.6 and getting this error ModuleNotFoundError: No module named 'win32api'

I tried to use pip install win32api It says "Could not find a version that satisfies the requirement win32api (from versions: ) No matching distribution found for win32api"

Any help ? P.s: I am new to python

0

There are 0 best solutions below