vi3k6i5 / GuidedLDA

semi supervised guided topic model with custom guidedLDA
Mozilla Public License 2.0
497 stars 108 forks source link

AttributeError: module 'guidedlda' has no attribute '_guidedlda' #64

Closed HrishikeshGadekar closed 1 year ago

HrishikeshGadekar commented 2 years ago

I was able to successfully install the library after days of effort on my Windows 10 machine with Python 3.6. However, I'm facing the AttributeError: module 'guidedlda' has no attribute '_guidedlda' which probably pertains to the .c files written in cython.

It would be great if anyone could respond with a fix.

Dfogger commented 1 year ago

Hi, I meet the same problem as you. Did you solve this finally?

HrishikeshGadekar commented 1 year ago

Yes, partially. Please find my Stackoverflow query and my own answer to it. Hope it helps.

Please share if you still face any issue.