sripathikrishnan / redis-rdb-tools

Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON
https://rdbtools.com
MIT License
5.07k stars 739 forks source link

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

Open andylee2020888 opened 3 years ago

andylee2020888 commented 3 years ago

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

bearAss13 commented 3 years ago

pip install redis

id-id-id commented 3 years ago

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