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
Hi, I tried to install pyfasttext on windows 10 under python 3.6.
I have g++ from mingw, clang LLVM 7.0.1 and put both of them on environment variable.
I set USE_CYSIGNALS=0 because I'm on windows.
But when I run the command: python setup.py install
I got the following error:
File "setup.py", line 66, in build_extensions
if 'clang' in self.compiler.compiler[0]:
AttributeError: 'MSVCCompiler' object has no attribute 'compiler'
Can anyone help me on this, I want to be able to use pyfasttext on windows.
The text was updated successfully, but these errors were encountered:
Hi, I tried to install pyfasttext on windows 10 under python 3.6.
I have g++ from mingw, clang LLVM 7.0.1 and put both of them on environment variable.
I set
USE_CYSIGNALS=0
because I'm on windows.But when I run the command:
python setup.py install
I got the following error:
Can anyone help me on this, I want to be able to use pyfasttext on windows.
The text was updated successfully, but these errors were encountered: