You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run the application but the pip install -r requirements.txt fails with error related to fasttext :
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
It seems that fasttext needs a C++ compiler. We should reflect that on the documentation.
The text was updated successfully, but these errors were encountered:
I tried to run the application but the
pip install -r requirements.txt
fails with error related tofasttext
:It seems that fasttext needs a C++ compiler. We should reflect that on the documentation.
The text was updated successfully, but these errors were encountered: