imgdupes icon indicating copy to clipboard operation
imgdupes copied to clipboard

bash: imgdupes: command not found

Open chinmayjog13 opened this issue 6 years ago • 2 comments

I installed imgdupes with pip for both python2 and python3, I get the same error when I run imgdupes --recursive target_dir phash 4

chinmayjog13 avatar Nov 04 '19 19:11 chinmayjog13

Make sure you are using the correct python version before you run the code also check pip freeze to make sure you have the package correctly installed

SundeepPidugu avatar Dec 27 '19 06:12 SundeepPidugu

if it's a python module, could you leave instructions for how to use it in Python? I think there's some difficulty now the Python2 is deprecated. I also get zsh: command not found: imgdupes and when I try to install with Python2 I get ImportError: cannot import name md5

samgermain avatar May 25 '20 00:05 samgermain