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

glove/glove_cython.c:262:10: fatal error: omp.h: No such file or directory #85

Open tometo-dev opened 6 years ago

tometo-dev commented 6 years ago

I was trying to install glove on an ec2 instance. I have python3.6 and have already installed gcc. Even then, it is failing to install. The displayed message is:

glove/glove_cython.c:262:10: fatal error: omp.h: No such file or directory

include

          ^~~~~~~
compilation terminated.
error: command 'gcc' failed with exit status 1