maciejkula / glove-python

Toy Python implementation of http://www-nlp.stanford.edu/projects/glove/
Apache License 2.0
1.25k stars 319 forks source link

ImportError: glove/corpus_cython.so:undefned symbol _ZTINSt8ios_base7failureB5cxx11E #57

Closed dasavisha closed 7 years ago

dasavisha commented 7 years ago

I am getting this error on trying to import glove. I am using Python 2.7 and Anaconda 4.2 and Ubuntu 14.04.

Solved it by installing libgcc on Anaconda. I posted this just in case anybody runs into the same issue in future. Thanks!