Asked 6 years ago
4 Sep 2017
Views 1681
sarah

sarah posted

error: Unable to find vcvarsall.bat in Python

trying to install csv module
running command

 python setup.py install


getting error :: Unable to find vcvarsall.bat in Python
Mitul Dabhi

Mitul Dabhi
answered Nov 30 '-1 00:00

it seems you dont have a C compiler so "python setup.py install" fails .
download the csv.pyd file and put downloaded the csv.pyd file to \lib\site-packages.
Post Answer