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 has been 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.
The text was updated successfully, but these errors were encountered:
Your best bet is to run everything within the project's Docker containers. For this issue, you'll want to build and run frameworks/docker/sentiment-ml since that contains all the necessary NLP (including GloVe) libraries. Within that folder, the accompanying 1-build.sh and 2-run.sh scripts will build and run the containers.
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.
The text was updated successfully, but these errors were encountered: