duplicate-images icon indicating copy to clipboard operation
duplicate-images copied to clipboard

ModuleNotFoundError: No module named 'magic'

Open moeinrahimi opened this issue 4 years ago • 1 comments

python duplicate_finder.py add G:\family Traceback (most recent call last): File "D:\duplicate-images\duplicate_finder.py", line 32, in import magic ModuleNotFoundError: No module named 'magic'

I'm using python 3.9 on windows 10

moeinrahimi avatar May 13 '21 13:05 moeinrahimi

This worked for me:

pip uninstall python-magic pip install python-magic-bin==0.4.14

fs87123 avatar Jan 20 '22 04:01 fs87123