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

The requirements.txt fails with pip3

Open Greegko opened this issue 1 year ago • 0 comments

During the installations, it fails due to numpy

To resolve this in requirements.txt file just remove the version requirements, and install like that.

requirements.txt:

opencv-python==4.4.0.42
opencv-contrib-python==4.4.0.42

to

opencv-python
opencv-contrib-python

Greegko avatar Nov 16 '23 10:11 Greegko