I\'m trying to install Scrapy framework. After installing all dependent libraries and start installing setup.py file, I get this error message: \"cl.exe\' failed: No such fi
According to the documentation
you need to install:
so run :
pip3 install Twisted==14.0 lxml pyOpenSSL Scrapy