-
Notifications
You must be signed in to change notification settings - Fork 31
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
error when importing pyfasttext #27
Comments
@nkooli Did u manage to resolve this? |
i uninstalled anaconda and used pew instead and every thing works fine .. |
Also having this issue and using venv to manage my environments, although I do have conda installed.
|
I have the same issue. |
i successfully installed pyfasttext on my mac os by when importing it, i have this error :
from pyfasttext import FastText ImportError: dlopen(/anaconda/lib/python3.5/site-packages/pyfasttext.cpython-35m-darwin.so, 2): Symbol not found: __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev Referenced from: /anaconda/lib/python3.5/site-packages/pyfasttext.cpython-35m-darwin.so Expected in: flat namespace in /anaconda/lib/python3.5/site-packages/pyfasttext.cpython-35m-darwin.so
any idea ?
The text was updated successfully, but these errors were encountered: