I am running into an error while importing redisgraph in python but import redis is working fine.
redisgraph
import redis
You need to install redisgraph pip package. Do this in your terminal
pip install redisgraph
source