-1

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

enter image description here

Samual
  • 512
  • 6
  • 19

1 Answers1

3

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

pip install redisgraph

source

Rheatey Bash
  • 779
  • 6
  • 17