RJT1990 / pyflux

Open source time series library for Python
BSD 3-Clause "New" or "Revised" License
2.11k stars 240 forks source link

Installation issue: Unknown MS Compiler version 1900 #72

Closed Ricardus312 closed 7 years ago

Ricardus312 commented 7 years ago

I'm unable to install pyflux (failed building wheel for pyflux)

First time I tried to install Pyflux, it raised an error with the compiler and the installer recommended me to install Visual C++ 14.0 in the direction http://landinghub.visualstudio.com/visual-cpp-build-tools.

After installing the new compiler and try again to install Pyflux, it raises a new error: File "..\anaconda3\distutils\cygwinccompiler.py", line 86, in get_msvcr raise ValueError("Unknown MS Compiler version %s " % msc_ver) ValurError: Unknown MS Compiler version 1900

I have found this thread in Stack Overflow, where the issue is adressed: http://stackoverflow.com/questions/34135280/valueerror-unknown-ms-compiler-version-1900

The answer to the issue was: "Distutils and Numpy/Distutils currently do not have support for Visual Studio 2015, Visual C++ 14. "

I'm trying to fix this by myself, but any help would be appreciated.

Thank you very much!!!

RJT1990 commented 7 years ago

This is an issue with your numpy installation and compiler configuration rather than the library. I think the best things to try are (a) reinstalling python/numpy/scipy, or (b) using a conda based environment. I can't personally provide tech support on this issue due to time constraints (apologies) so I am going to close this issue.