Python Pip install Error: Unable to find vcvarsall.bat. Tried all solutions
I tried to install Scrapy for Python 2.7.8 (anaconda 2.1.0) 32-bit using pip install scrapy And I got this error error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat). I have followed the solutions found in these stackover flow questions. Nothing worked. Microsoft Visual C++ Compiler for Python 2.7 Can’t find vcvarsall.bat file … Read more