duplicate-images
duplicate-images copied to clipboard
ModuleNotFoundError: No module named 'magic'
python duplicate_finder.py add G:\family
Traceback (most recent call last):
File "D:\duplicate-images\duplicate_finder.py", line 32, in
I'm using python 3.9 on windows 10
This worked for me:
pip uninstall python-magic pip install python-magic-bin==0.4.14