We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A simple import seem to be failing on the latest 0.35.0 release. The issue does not appear when we downgrade to previous versions.
To Reproduce Code, including data, than can be run without editing:
import graphistry
Expected behavior Successful import.
Actual behavior Error message: ModuleNotFoundError: No module named 'graphistry.models'
ModuleNotFoundError: No module named 'graphistry.models'
Let me know if I'm doing something wrong, and thanks for the help!
The text was updated successfully, but these errors were encountered:
Thanks for the catch, we will work through!
Sorry, something went wrong.
PR #617 fixes, and will publish once CI accepts
Thanks for the quick resolution @lmeyerov!
@theonmd 0.35.1 is up with the packaging fix, and merged to master as well
Successfully merging a pull request may close this issue.
Describe the bug
A simple import seem to be failing on the latest 0.35.0 release. The issue does not appear when we downgrade to previous versions.
To Reproduce
Code, including data, than can be run without editing:
Expected behavior
Successful import.
Actual behavior
Error message:
ModuleNotFoundError: No module named 'graphistry.models'
Let me know if I'm doing something wrong, and thanks for the help!
The text was updated successfully, but these errors were encountered: