You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Following the instruction,
while calling g = gs.interactive(graph), there reports error of 'module' object is not callable.
Screenshots
The above error turns out to be an inconsistency between the latest release and the doc.
The doc has included the changes in pr #2952, which however, has not been encompassed in the latest release of graphscope (0.23.0). Using preview version (pip3 install graphscope --pre) may resolve the ''module not callable'' issue, but new issue prompts:
Furthermore, the result printing is wrong in the doc as well, should be print(q1.all()) instead of print(q1.all().result())
Environment (please complete the following information):
GraphScope version: 0.23.0
OS: MaxOS
Version 13.3.1
The text was updated successfully, but these errors were encountered:
longbinlai
changed the title
[Bug/GIE] gs.interactive() in python SKD reports error
[Bug/GIE] gs.interactive() in python SDK reports error
Aug 14, 2023
Issue caused by inconsistencies between graphscope release version and docs. The doc reflects a change that is not included in the 0.23.0 release. Adding a --pre option to install a preview version of graphscope can resolve the issue.
Describe the bug
Following the instruction,
while calling
g = gs.interactive(graph)
, there reports error of'module' object is not callable
.Screenshots
The above error turns out to be an inconsistency between the latest release and the doc.
The doc has included the changes in pr #2952, which however, has not been encompassed in the latest release of graphscope (0.23.0). Using preview version (
pip3 install graphscope --pre
) may resolve the ''module not callable
'' issue, but new issue prompts:Furthermore, the result printing is wrong in the doc as well, should be
print(q1.all())
instead ofprint(q1.all().result())
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: