Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails install on windows 10 with python 3 #50

Open
Vonisoa opened this issue Mar 5, 2019 · 0 comments
Open

Fails install on windows 10 with python 3 #50

Vonisoa opened this issue Mar 5, 2019 · 0 comments

Comments

@Vonisoa
Copy link

Vonisoa commented Mar 5, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant