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

Word batch installs BUT ImportError for FTRL #11

Closed
Shanth1984 opened this issue Feb 25, 2018 · 3 comments
Closed

Word batch installs BUT ImportError for FTRL #11

Shanth1984 opened this issue Feb 25, 2018 · 3 comments

Comments

@Shanth1984
Copy link

Hi

I installed wordbatch on MacOSX Sierra using PIP. The installation was successful. The following commands work in Jupyter notebook

import wordbatch
from wordbatch.extractors import WordBag, WordHash

However importing FTRL gives an Import errror (screen shot attached).
from wordbatch.models import FTRL

Please advise.

Regards
Shanth

screen shot 2018-02-25 at 4 02 32 pm

@Shanth1984
Copy link
Author

Hi

Any updates suggestions on this?

Regards
Shanth

@sophie-greene
Copy link

I suggest posting the entire error message. sometimes the most telling part of a message is its end.

@anttttti
Copy link
Owner

anttttti commented Aug 2, 2018

You need GCC compiler on your OS, supporting the OpenMP c-level multithreading. Linking gcc calls to another compiler, or having GCC-incompatible compiler arguments will cause these issues.

@anttttti anttttti closed this as completed Aug 2, 2018
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

3 participants