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

Import Error #2

Open
jdariasl opened this issue Mar 14, 2020 · 4 comments
Open

Import Error #2

jdariasl opened this issue Mar 14, 2020 · 4 comments

Comments

@jdariasl
Copy link

Hi Sir,

I'm trying to use the library but I got this error during import:


ImportError Traceback (most recent call last)
in

----> 3 from glove import *

/usr/local/lib/python3.7/dist-packages/glove_py-0.2.3-py3.7-linux-x86_64.egg/glove/init.py in
----> 1 from glove_pybind import *
2 from .Glove import *
3
4
5

ImportError: /usr/local/lib/python3.7/dist-packages/glove_py-0.2.3-py3.7-linux-x86_64.egg/glove_pybind.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN5Glove5trainENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE

Any clue about what is the problem?

@Afr33t
Copy link

Afr33t commented Jan 7, 2021

same issue

@jasmeet12
Copy link

Same issue!

@augustin101
Copy link

using pip install glove-python-binary instead of pip install glove-py solved the issue for me

@nithya3
Copy link

nithya3 commented Feb 7, 2023

glove-python-binary is a different python package.

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

5 participants