Cannot import 'BasePipeline'
saps13 opened this issue · 4 comments
saps13 commented
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
schwab commented
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.
arulmuruganas commented
Facing the same issue
saps13 commented
If anyone is looking for a workaround (till the fix) you can use redis version 2.10.6