Closed hexcoffee closed 8 years ago
Do you have a C compiler installed?
https://stackoverflow.com/questions/101061/building-python-c-extension-modules-for-windows
I'm also curious why you are trying to compile yourself instead of using conda :)
https://stackoverflow.com/questions/2817869/error-unable-to-find-vcvarsall-bat This is probably a better compendium to read.
Maybe this helps: we ran into this problem many times during the Pyemma workshop. Often the cause was that people installed anaconda python on top of an already present python installation and this confused the compiler. The solution was to remove python and start with a clean anaconda installation.
This message clearly indicates that Visual Studio is not set up properly.
Yes, it worked with "conda install msmtools". I have VC++ installed. I did not have some python installed before installing anaconda python.
great
@cwehmeyer asked me to post this issue. I called "pip install msmtools" on my Windows machine and it didn't work. This was the error report: