Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

RuntimeError: [json.exception.type_error.302] type must be number, but is string是什么 问题,如何解决? #109

Closed
jingmouren opened this issue Jan 25, 2021 · 3 comments
Labels
component:vineyard question Further information is requested

Comments

@jingmouren
Copy link

样例的papers = interactive.execute("g.V().has('author', 'id', 2).out('writes').where(__.in('writes').has('id', 4307)).count()").one()
能够执行,统计节点数与边数也可以
但执行这句sub_graph = interactive.subgraph("g.V().has('year', inside(2014, 2020)).outE('cites')")
时报错
RuntimeError: [json.exception.type_error.302] type must be number, but is string

@sighingnow
Copy link
Collaborator

Hi @jingmouren, could you provide us more information about the versions of graphscope and vineyard ? You could know the version string by

>>> import vineyard
>>> print(vineyard.__version__)
>>> import graphscope
>>> print(graphscope.__version__)

@sighingnow sighingnow added bug Something isn't working component:vineyard question Further information is requested and removed bug Something isn't working labels Jan 25, 2021
@jingmouren
Copy link
Author

graphscope:0.1.1
vineyard:0.1.6

@sighingnow
Copy link
Collaborator

graphscope-0.1.1 requires vineyard-0.1.4. You could install that version via:

pip3 install vineyard==0.1.4

After reinstall vineyard the problem should be fixed.

@alibaba alibaba locked and limited conversation to collaborators Jan 28, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
component:vineyard question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants