DogFooding by zhang lei #2770
Replies: 7 comments 1 reply
-
Install tensorflow < 2.0 |
Beta Was this translation helpful? Give feedback.
-
Check giectl for how to run frontend and gaia_executor |
Beta Was this translation helpful? Give feedback.
-
Successfully built graphscope-client
Installing collected packages: protobuf, grpcio, grpcio-tools, graphscope-client
Attempting uninstall: graphscope-client
Found existing installation: graphscope-client 0.22.0
Uninstalling graphscope-client-0.22.0:
Successfully uninstalled graphscope-client-0.22.0
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
gs-coordinator 0.21.0 requires grpcio<=1.43.0,>=1.40.0; python_version < "3.11", but you have grpcio 1.54.2 which is incompatible.
gs-coordinator 0.21.0 requires grpcio-tools<=1.43.0,>=1.40.0; python_version < "3.11", but you have grpcio-tools 1.54.2 which is incompatible.
gs-coordinator 0.21.0 requires protobuf<=3.18.1,>=3.15.0; python_version < "3.11", but you have protobuf 4.23.2 which is incompatible.
Successfully installed graphscope-client-0.22.0 grpcio-1.54.2 grpcio-tools-1.54.2 protobuf-4.23.2 |
Beta Was this translation helpful? Give feedback.
-
ERROR: Could not find a version that satisfies the requirement graphscope_client==0.22.0 (from gs-coordinator) (from versions: 0.19.0, 0.20.0, 0.21.0, 0.22.0a20230514, 0.22.0a20230515, 0.22.0a20230516, 0.22.0a20230523, 0.22.0a20230524, 0.22.0a20230525, 0.22.0a20230526, 0.22.0a20230527, 0.22.0a20230528, 0.22.0a20230529, 0.22.0a20230530, 0.22.0a20230531, 0.22.0a20230601) |
Beta Was this translation helpful? Give feedback.
-
Building wheels for collected packages: graphscope-client |
Beta Was this translation helpful? Give feedback.
-
Task 1: 在本地试用 GraphScope
ogbn_mag
内置图ogbn_mag
到一个简单图,选择点标签为paper
, 边标签为cites
, 属性都为空。ogbn_mag
图上启动交互引擎 (Interactive)ogbn_mag
图,使用 learning 定义并执行一个 GCN 训练过程,可参考 CI 或文档中定义的过程Task 2: 在本地开发调试 GraphScope
vineyardd
直接启动vineyard
grape_engine
, 通过grape_engine
直接运行 analytical_engine,然后退出 grape_engine 进程analytical_engine/core/server/analytical_server.cc
),并重新编译,启动并找到新添加的日志frontend-x-SNAPSHOT.jar
和gaia_executor
,直接运行这个 jar 包和这个 gaia_executor,使 frontend 能够连接到 executor。interactive_engine/frontend/src/main/java/com/alibaba/graphscope/frontend/Frontend.java
) 和 executor (interactive_engine/executor/assembly/v6d/src/bin/gaia_executor.rs
) 各添加一条日志,并重新编译,启动并找到新添加的日志libgraphlearn_shared.so
Beta Was this translation helpful? Give feedback.
All reactions