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

error when importing pyfasttext #27

Open
nkooli opened this issue Dec 1, 2017 · 4 comments
Open

error when importing pyfasttext #27

nkooli opened this issue Dec 1, 2017 · 4 comments

Comments

@nkooli
Copy link

nkooli commented Dec 1, 2017

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 ?

@davidlowjw
Copy link

@nkooli Did u manage to resolve this?

@nkooli
Copy link
Author

nkooli commented Dec 29, 2017

i uninstalled anaconda and used pew instead and every thing works fine ..

@varunmved
Copy link

varunmved commented Mar 15, 2018

Also having this issue and using venv to manage my environments, although I do have conda installed.

ImportError: dlopen(/Users/varunve/PycharmProjects/lead-message-ml-api/fasttextml/lib/python3.6/site-packages/pyfasttext.cpython-36m-darwin.so, 2): Symbol not found: __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev Referenced from: /Users/varunve/PycharmProjects/lead-message-ml-api/fasttextml/lib/python3.6/site-packages/pyfasttext.cpython-36m-darwin.so Expected in: flat namespace in /Users/varunve/PycharmProjects/lead-message-ml-api/fasttextml/lib/python3.6/site-packages/pyfasttext.cpython-36m-darwin.so

@gmjonker
Copy link

gmjonker commented Oct 7, 2018

I have the same issue.

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

4 participants