We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
same issue
Sorry, something went wrong.
Same issue!
using pip install glove-python-binary instead of pip install glove-py solved the issue for me
glove-python-binary is a different python package.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: