ModuleNotFoundError: No module named 'redisgraph'

440 Views Asked by At

I am running into an error while importing redisgraph in python but import redis is working fine.

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

You need to install redisgraph pip package. Do this in your terminal

pip install redisgraph

source