peter-hst / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

easyinstall/pip install time vcvarsall.bat not found error #322

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
-> easy_install psutil OR pip install psutil

Installation aborts with vcvarsall.bat not found error.

Checked with Python v2.7, Windows 7 x64

Original issue reported on code.google.com by kaens.b...@gmail.com on 6 Sep 2012 at 8:24

GoogleCodeExporter commented 8 years ago
It's likely that means you don't have visual studio installed.
If I'm not mistaken Python 2.7 requires VS 2008.
You can also install psutil from sources by using mingw32:

> setup.py build -c mingw32 
> setup.py install

...and of course you have the pre compiled binaries.
Closing out as invalid.

Original comment by g.rodola on 6 Sep 2012 at 3:50