windows 8 - Installing Pandas for Python 2.7 64 bit - Error unable to find vcvarsall.bat -
i trying install pandas module. tried installer before when importing got cryptic errors. read using pip recommended way install packages.
when use pip install pandas
manages install pandas, dateultils , package when arrives numpy exits error "unable find vcvarsall.bat"
.
of course, searched problem seems common. however, none of solution listed (several , not clear/consistent worked). have visual studio 8 folder in program files. installed vs 2012 express added visual studio 11 folder. vcvarsall.bat found in c:\program files (x86)\microsoft visual studio 11.0\vc
.
i added folder path no avail. installed mingw , added c:mingw/bin
path. nothing. have distutils.cfg compiler=mingw32
set already. did not create or modified it. there. puzzles me because python dist , modules should 64 bit. have epd python built on laptop. run win8 read seems harder manage.
there seem several ways none clear , above did not work me @ all.
please, if know how help, write step-by-step way , explain rationale behind it. example, in other threads, people suggest add variable or one, or path, or that, , it's not clear why , seems depend on particular system. not sure should indeed.
thanks!
you should able install numpy using
easy_install numpy
i had same problem using pip, until saw this article. works!
Comments
Post a Comment