You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/shurtado/NaturalLanguageRecognition/NaturalLanguageManager/src/Modules/corpus_preprocess/VectorCorpus.py", line 9, in
from glove import Glove
File "/usr/local/lib/python3.6/dist-packages/glove/init.py", line 1, in
from glove_pybind import *
ImportError: /usr/local/lib/python3.6/dist-packages/glove_pybind.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN5Glove13most_similaryERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm
The text was updated successfully, but these errors were encountered:
after import your package will crash
File "/home/shurtado/NaturalLanguageRecognition/NaturalLanguageManager/src/Modules/corpus_preprocess/VectorCorpus.py", line 9, in
from glove import Glove
File "/usr/local/lib/python3.6/dist-packages/glove/init.py", line 1, in
from glove_pybind import *
ImportError: /usr/local/lib/python3.6/dist-packages/glove_pybind.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN5Glove13most_similaryERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm
The text was updated successfully, but these errors were encountered: