RedisJSON/redisjson-py

Cannot import 'BasePipeline'

saps13 opened this issue · 4 comments

I am running into
ImportError: cannot import name 'BasePipeline' from 'redis.client' (/usr/local/lib/python3.7/site-packages/redis/client.py)

at this line

from rejson import Client, Path

Issue occurs with redis-py version 3.0.1

Same issue here. Running on ubuntu 18.10 with python3.
from pip3 freeze
....
redis==3.0.1
redisgraph==1.5
rejson==0.2.1

It seems rejson has not been updated in quite a while.

Facing the same issue

If anyone is looking for a workaround (till the fix) you can use redis version 2.10.6

See #17