redis-rdb-tools icon indicating copy to clipboard operation
redis-rdb-tools copied to clipboard

rdb -c memory , Throw an exception: "pkg_resources.DistributionNotFound: redis"

Open andylee2020888 opened this issue 4 years ago • 2 comments

python 2.7 rdbtools 0.1.15

rdb -c memory redis.rdb --bytes 128 -f redis.csv

Throw an exception: Traceback (most recent call last): File "/usr/local/bin/rdb", line 5, in from pkg_resources import load_entry_point File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 2603, in File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 666, in require File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 565, in resolve pkg_resources.DistributionNotFound: redis

andylee2020888 avatar Sep 16 '20 03:09 andylee2020888

pip install redis

bearAss13 avatar Nov 27 '20 08:11 bearAss13

I have the same question, but i have installed redis. my redis is 5.0.6

id-id-id avatar May 28 '21 11:05 id-id-id