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

Unable to install glove_python with pip on macos:Mojave 10.14.2 #91

Open prezaie opened 5 years ago

prezaie commented 5 years ago

Errors: -Failed building wheel for glove-python -Failed cleaning build dir for glove-python -twisted 18.7.0 requires PyHamcrest>=1.9.0, which is not installed.

angao94 commented 5 years ago

Are you using python 3.7? If yes, then you should downgrade to 3.6 first and then install glove_python. There is some compatibility issue with 3.7 and the glove.

VenkateshDas commented 5 years ago

Not working @angao94