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
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