-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to install python 3.7 #24
Comments
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 |
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. |
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. |
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.
The text was updated successfully, but these errors were encountered: