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