-
Notifications
You must be signed in to change notification settings - Fork 212
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] While running g.build_gnn(...), it gets error of <from_scipy> #635
Comments
Do you have |
Yes, <dgl-2.1.0)> appears in the list of installed packages and in an output of Successfully installed: |
Can you try to import it directly? Somehow our lazy import is failing, returning None... |
After degrading dgl<!pip install dgl==1.1.3> and using dev-skrub branch of pygraphistry, it seems the problem could be "solved". It also solves the problem of "lazy" import of dgl . Thank you. |
Internally, we're working through some updated GPU version alignment, where one of our experimental builds (not confirmed working in practice, just on paper according to libs):
I'd expect CPU runs of those to work as well Again, we haven't confirmed our full test suite here yet -- this is slated to all land in our early/mid feb enterprise release, and while umap and featurize largely working, we're still going through the gnn parts and some more edge cases on gpu umap/featurize |
For now, we run it on CPU. Thank you. |
Describe the bug
While running g.build_gnn(...), it fails with <AttributeError: 'NoneType' object has no attribute 'from_scipy'>
To Reproduce
Code, including data, than can be run without editing:
Expected behavior
What should have happened
Actual behavior
What did happen
Screenshots
If applicable, any screenshots to help explain the issue
Graphistry GPU server environment
PyGraphistry API client environment
graphistry.__version__
]Additional context
graphistry.version(dev/dev-skrub branch)
0.35.4+66.g9a3a8864
Packages Installed with Graphistry:
dgl-2.1.0 faiss-cpu-1.9.0.post1 graphistry-0.35.4+66.g9a3a8864 palettable-3.3.3 pynndescent-0.5.13 skrub-0.4.1 squarify-0.4.4 torchdata-0.10.1
The error could be reproduced with CyberSecurity-Slim.ipynb/Ask-HackerNews-Demo.ipynb notebooks
The text was updated successfully, but these errors were encountered: