GuidedLDA icon indicating copy to clipboard operation
GuidedLDA copied to clipboard

Update the setup.py script for Python >3.7

Open alexeyegorov opened this issue 3 years ago • 2 comments

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 avatar Oct 14 '20 14:10 alexeyegorov

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.

alexeyegorov avatar Oct 14 '20 14:10 alexeyegorov

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.

HrishikeshGadekar avatar Jan 13 '22 05:01 HrishikeshGadekar