vi3k6i5 / GuidedLDA

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

unable to install python 3.7 #24

Open simonm3 opened 5 years ago

simonm3 commented 5 years ago

I recently updated anaconda to latest version including python3.7. I am on windows10. This produces error when I import guidedlda: "ModuleNotFoundError: No module named 'guidedlda._guidedlda'"

Tried pip install but it says requirement already satisfied.

Tried to clone the source and build and I get "error in setup.cfg. command "sdist" has no such option pre_hook.sdist_pre_hook.

asaelbarilan commented 5 years ago

had the same problem..just used env of python 3.6 over conda,you can use multiple interperpeters

CatalinVoss commented 5 years ago

Same problem

CatalinVoss commented 5 years ago

This should be fixable by removing the .cs generated by cython in the version uploaded to pypi

ehsong commented 4 years ago

Coud you elaborate more on what This should be fixable by removing the .cs generated by cython in the version uploaded to pypi --> this means? I can't install, getting the same error message error in setup.cfg. command "sdist" has no such option pre_hook.sdist_pre_hook.

HrishikeshGadekar commented 2 years ago

I recently updated anaconda to latest version including python3.7. I am on windows10. This produces error when I import guidedlda: "ModuleNotFoundError: No module named 'guidedlda._guidedlda'"

Tried pip install but it says requirement already satisfied.

Tried to clone the source and build and I get "error in setup.cfg. command "sdist" has no such option pre_hook.sdist_pre_hook.

Hi all,

Reopening this thread after a long time but I am facing the exact same issue. It would be great if anyone could respond with a potential fix.

Thank you in advance.