vi3k6i5/GuidedLDA

unable to install python 3.7

simonm3 opened this issue · 5 comments

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.

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

Same problem

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

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.

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.