lda2vec icon indicating copy to clipboard operation
lda2vec copied to clipboard

ImportError: cannot import name LDA2Vec

Open JunhaoWang opened this issue 7 years ago • 8 comments

Thanks for this great library! However, after python setup.py install, I cannot import the core object LDA2Vec. I also didn't see any files with the name LDA2Vec in the source code.

JunhaoWang avatar Nov 01 '17 18:11 JunhaoWang

The same to me.

thucnt avatar Nov 28 '17 13:11 thucnt

when I import lda2vec

ImportError: No module named 'dirichlet_likelihood'

Christings avatar Mar 22 '18 07:03 Christings

In every init file you need to add from from lda2vec import ...

nmud19 avatar May 29 '18 13:05 nmud19

Hi, is there any solutions? I have the same problem: either No module named 'dirichlet_likelihood' or No module named 'lda2vec'

LizaKoz avatar Jun 26 '18 09:06 LizaKoz

Run python setup.py install under the lda2vec/ directory I'm not sure about windows system, u may want to try setup.py install from your cmd under the lda2vec dir

dead111145 avatar Jul 13 '18 04:07 dead111145

Run python setup.py install under the lda2vec/ directory I'm not sure about windows system, u may want to try setup.py install from your cmd under the lda2vec dir

I just can't execute this python setup.py install. A lot of C++ errors occured: https://github.com/cemoody/lda2vec/issues/86

ghost avatar Nov 30 '18 01:11 ghost

you all need to do first : python setup.py build then python setup.py install

MChrys avatar Jan 31 '19 10:01 MChrys

you all need to do first : python setup.py build then python setup.py install

I have done that and it still says No module named 'lda2vec'.

starry9t avatar Feb 01 '19 16:02 starry9t