lda2vec icon indicating copy to clipboard operation
lda2vec copied to clipboard

can't install lda2vec on Python2.7.9 because of cymem version problem

Open bakfoo opened this issue 8 years ago • 5 comments

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

bakfoo avatar Apr 04 '16 00:04 bakfoo

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.

RajeshThallam avatar Apr 05 '16 06:04 RajeshThallam

Thanks for filling it this issue. The whole package is not yet pip-installable, but will be soon.

cemoody avatar Apr 07 '16 15:04 cemoody

Hi ,is LDA2Vec pip installable?

w1570517 avatar May 27 '17 13:05 w1570517

how to install lda2vec ?

akshaydeeti1996 avatar Mar 06 '18 10:03 akshaydeeti1996

Is lda2vec pip installable now???

Aravinviju avatar Mar 13 '18 11:03 Aravinviju