Skip to content
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

[BUG] ModuleNotFoundError: No module named 'graphistry.models' on 0.35.0 #616

Closed
theonmd opened this issue Dec 11, 2024 · 4 comments · Fixed by #617
Closed

[BUG] ModuleNotFoundError: No module named 'graphistry.models' on 0.35.0 #616

theonmd opened this issue Dec 11, 2024 · 4 comments · Fixed by #617
Labels

Comments

@theonmd
Copy link

theonmd commented Dec 11, 2024

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'

Let me know if I'm doing something wrong, and thanks for the help!

@theonmd theonmd added the bug label Dec 11, 2024
@lmeyerov
Copy link
Contributor

Thanks for the catch, we will work through!

@lmeyerov
Copy link
Contributor

PR #617 fixes, and will publish once CI accepts

@lmeyerov lmeyerov linked a pull request Dec 11, 2024 that will close this issue
@theonmd
Copy link
Author

theonmd commented Dec 11, 2024

Thanks for the quick resolution @lmeyerov!

@lmeyerov
Copy link
Contributor

@theonmd 0.35.1 is up with the packaging fix, and merged to master as well

@lmeyerov lmeyerov added the p1 label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants