graphistry / pygraphistry

PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'graphistry.utils' [BUG]

ad1arsh opened this issue · comments

Describe the bug
Upon downloading the latest version (0.32.0) and importing graphistry, there is a no module found error for graphistry.utils. Specifically under graphistry/compute/ASTSerializable.py, the line from graphistry.utils.json import JSONVal, serialize_to_json_val now fails as there is no graphistry.utils file anymore.

To Reproduce
Code, including data, than can be run without editing:

import graphistry

Expected behavior
Import should happen without issues

Actual behavior
There is a no module found error for graphistry.utils. Specifically under graphistry/compute/ASTSerializable.py, the line from graphistry.utils.json import JSONVal, serialize_to_json_val now fails as there is no graphistry.utils file anymore.

Screenshots
image

Graphistry GPU server environment

  • Where run [AWS]

PyGraphistry API client environment

  • Where run [Graphistry 0.32.0 Jupyter]
  • Version [0.32.0]
  • Python Version [Python 3.10]

Downgrading to graphistry 0.31.1 works

Thanks, already fixed in #532

I just merged the PR and published 0.33.0 should be good to go (and now with more GPU acceleration)

Thanks for the heads up!

Screenshot from 2023-12-27 00-13-20