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
I've met the same problem after I installed the latest version of Visual Studio. Here's the solution that worked out in the end:
Visit: http://www.lfd.uci.edu/~gohlke/pythonlibs/
Download the correct version of Twisted and Lxml accordingly (your python version system version).
pip install twisted and lxml before pip install scrapy