ModuleNotFoundError: 没有名为“redisgraph”的模块

问题描述

我在 python 中导入 redisgraph 时遇到错误,但 import redis 工作正常。

enter image description here

解决方法

您需要安装 redisgraph pip 包。在您的终端中执行此操作

pip install redisgraph

source