lda2vec
lda2vec copied to clipboard
can't install lda2vec on Python2.7.9 because of cymem version problem
Here is the error message:
error: cymem 1.31.1 is installed but cymem<1.31.0,>=1.30 is required by set(['preshed'])
I can see the same problem on your Travis CI : https://travis-ci.org/cemoody/lda2vec
I uninstalled cymem version and installed specified cymem version
sudo pip uninstall cymem
sudo pip install 'cymem<1.31.0,>=1.30'
Installation is successful. However when I import LDA2Vec from lda2vec it couldn't find the module.
Thanks for filling it this issue. The whole package is not yet pip-installable, but will be soon.
Hi ,is LDA2Vec pip installable?
how to install lda2vec ?
Is lda2vec pip installable now???