AmazaspShumik/sklearn-bayes

pip install failed: ValueError: Unknown MS Compiler version 1900

zhunxinren opened this issue · 1 comments

I have failed to install the package, and the error is as follows:
......
File "c:\program files\anaconda3\lib\distutils\cygwinccompiler.py", line 86, in get_msvcr
raise ValueError("Unknown MS Compiler version %s " % msc_ver)
ValueError: Unknown MS Compiler version 1900

----------------------------------------

Command ""c:\program files\anaconda3\python.exe" -u -c "import setuptools, tokenize;file='C:\Users\yzzha\AppData\Local\Temp\pip-y2f74zoi-build\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\yzzha\AppData\Local\Temp\pip-sejc_xfs-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\yzzha\AppData\Local\Temp\pip-y2f74zoi-build\

Can anyone tell me how to fix it?
Thanks.

Any one has any idea?