oshri barazani

Results 4 comments of oshri barazani

> I removed stdc++ from setup.py and it compiled and worked > > ``` > Extension("glove.corpus_cython", [glove_corpus], > language='C++', > libraries=[], > extra_link_args=compile_args, > extra_compile_args=compile_args)] > ``` Hi huam086, After...

> Have you installed cython package. It is a prerequisite for installing glove-python. Hi Subinsm, I'm using Anaconda, so yes I have Cython.

I encountered the problem above too. With fresh download from the repository the code ran perfectly but with my text file I got the issue.

> @samuelms1 this is not closed. I just hasn't been touched in a while. Any new update?