4

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: enter image description here

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?

ayush singhal
  • 1,879
  • 2
  • 18
  • 33

2 Answers2

0

It appears this is a know bug currently in open status according to Python Bug Tracker

lax1089
  • 3,403
  • 3
  • 17
  • 37
-1

I am just successful install fasttext on windows 10 using pip with Visual Studio Build Tools(MS Compiler) for Visual Studio 2017.

You can download MS Build Tools for Visual Studio 2017 here: http://landinghub.visualstudio.com/visual-cpp-build-tools

Hieu Nguyen
  • 672
  • 6
  • 16