GuidedLDA icon indicating copy to clipboard operation
GuidedLDA copied to clipboard

unable to install python 3.7

Open simonm3 opened this issue 5 years ago • 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.

simonm3 avatar Mar 13 '19 15:03 simonm3

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

asaelbarilan avatar Mar 27 '19 15:03 asaelbarilan

Same problem

CatalinVoss avatar Jun 26 '19 20:06 CatalinVoss

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

CatalinVoss avatar Jun 26 '19 20:06 CatalinVoss

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.

ehsong avatar Feb 03 '20 20:02 ehsong

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.

HrishikeshGadekar avatar Jan 13 '22 05:01 HrishikeshGadekar