I am trying to install fastText using pip install fastText on Windows 10. I have Python 3 installed in Anaconda.
I tried reading several posts but they do not give a clear idea about what exact changes should I make to install. I am getting the following error:
The error shown below reads:
raise ValueError("Unknown MS Compiler version %s " % msc_ver)
ValueError: Unknown MS Compiler version 1900
Can anybody help in this?