vi3k6i5 / GuidedLDA

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

Update the setup.py script for Python >3.7 #56

Open alexeyegorov opened 3 years ago

alexeyegorov commented 3 years ago

I have forked and fixed the installation issue that was stated in the other pull request #35 that references problems in #24 etc.

Unless this is merged here, you can also use the direct forked repo https://github.com/alexeyegorov/GuidedLDA.

alexeyegorov commented 3 years ago

I am able to install it in my conda environment by this command

- pip:
    - git+https://github.com/alexeyegorov/GuidedLDA

Hence, this should be also possible after the merge.

HrishikeshGadekar commented 2 years ago

I am able to install it in my conda environment by this command

- pip:
    - git+https://github.com/alexeyegorov/GuidedLDA

Hence, this should be also possible after the merge.

Hi @alexeyegorov , I have installed the module from your GitHub repository. However, I am still facing 'AttributeError: module 'guidedlda' has no attribute '_guidedlda' on my Windows 10 machine with Python 3.6. It would be really great if you could help.