Installing Pandas using Pip on Windows 8.1 with Python 3.4 -


i'm trying install pandas on machine using pip after downloading necessary .whl file off of pandas website. i'm running problem visual c++ 10.0 required , unable find vcvarsall.bat file(i think numpy , pandas). know python 3.4 built on vs100 compiler of microsoft's , people's solution install visual studio 2010 express (although seems microsoft has moved on visual studio 2012 & 2013 express , can't find 2010 express edition). however, have full visual studio 2013 installed vs120 path included. whenever try install visual studio express 2012 asks me uninstall 2013 before proceeding. rather not have install pandas question is: can redirect vs100 point vs120 or cause problems? i've read elsewhere redirecting compiler isn't proper fix python 2.* , don't see other way around problem. there other suggestions?

not answer solution download anaconda, comes pandas installed , many other scientific packages. highly recommend because pandas hard install manually. anaconda installing new python, have change environmental variables well.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -