elisemercury / Duplicate-Image-Finder

difPy - Python package for finding duplicate or similar images within folders
https://difpy.readthedocs.io
MIT License
420 stars 65 forks source link

Minimum requirements not met #70

Closed Shikeagle closed 1 year ago

Shikeagle commented 1 year ago

Running dif.py where import packages are not found hard halts the program. I am not sure if it is intentional, but running this without having say matplotlib installed in my case, throws a "ModuleNotFoundError" and stops the program. Not sure if there is a more graceful way to handle missing requirements or not. May want to consider adding any "non standard" modules to the documentation pages so that they can be downloaded before attempting usage. If these are in the documentation somewhere already, I apologize that I did not find it prior to posting this.

elisemercury commented 1 year ago

Hi @Shikeagle,

Thanks for opening and flagging this issue! Indeed this is not intended behavior, as difPy should automatically install all required dependencies during its installation. The issue has been fixed in version v3.0.10.

Again thanks and best, Elise