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
{{ message }}
This repository was archived by the owner on Aug 19, 2020. It is now read-only.
File "/Users/i/Documents/twitter/sunny-side-up/glove/corpus.py", line 11, in
from corpus_cython import construct_cooccurrence_matrix
ImportError: No module named corpus_cython
Is there any missing file?
Thanks
update: I think the problem is caused by cython. Mac OSX 10.11 does not have the suitable gcc version to compile cython files.
File "/Users/i/Documents/twitter/sunny-side-up/glove/corpus.py", line 11, in
from corpus_cython import construct_cooccurrence_matrix
ImportError: No module named corpus_cython
Is there any missing file?
Thanks
update: I think the problem is caused by cython. Mac OSX 10.11 does not have the suitable gcc version to compile cython files.