Create interactive instance failed #1046
-
执行示例论文异构分类任务时,出现以下问题 2021-11-25 11:05:37,271 [ERROR][rpc:223]: Runstep failed with code: INTERACTIVE_ENGINE_INTERNAL_ERROR, message: Error occurred during preprocessing, The traceback is: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): RuntimeError Traceback (most recent call last) ~/.local/lib/python3.8/site-packages/graphscope/client/session.py in _wrapper(self, dag_node) ~/.local/lib/python3.8/site-packages/graphscope/client/session.py in run(self, fetches, debug) ~/.local/lib/python3.8/site-packages/graphscope/client/rpc.py in run(self, dag_def) ~/.local/lib/python3.8/site-packages/graphscope/client/rpc.py in with_grpc_catch(*args, **kwargs) ~/.local/lib/python3.8/site-packages/graphscope/client/rpc.py in _run_step_impl(self, dag_def) RuntimeError: Create interactive instance failed. The above exception was the direct cause of the following exception: InteractiveEngineInternalError Traceback (most recent call last) ~/.local/lib/python3.8/site-packages/graphscope/client/utils.py in wrapper(*args, **kwargs) ~/.local/lib/python3.8/site-packages/graphscope/client/session.py in gremlin(self, graph, engine_params) InteractiveEngineInternalError: 'Create interactive instance failed.' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
看日志好像是环境中没有 bash shell,请问你是在什么环境下跑的示例? |
Beta Was this translation helpful? Give feedback.
看日志好像是环境中没有 bash shell,请问你是在什么环境下跑的示例?