idealo / imagededup

😎 Finding duplicate images made easy!
https://idealo.github.io/imagededup/
Apache License 2.0
5.1k stars 458 forks source link

Failed to install imagededup on linux using pip install imagededup #172

Closed abdullahfathi closed 1 year ago

abdullahfathi commented 1 year ago

Hi, I got the following errors:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. daal4py 2021.3.0 requires daal==2021.2.3, which is not installed. scikit-image 0.18.3 requires PyWavelets>=1.1.1, but you have pywavelets 1.0.3 which is incompatible. pyerfa 2.0.0 requires numpy>=1.17, but you have numpy 1.16.6 which is incompatible. pandas 1.3.4 requires numpy>=1.17.3, but you have numpy 1.16.6 which is incompatible. numba 0.54.1 requires numpy<1.21,>=1.17, but you have numpy 1.16.6 which is incompatible. bokeh 2.4.1 requires pillow>=7.1.0, but you have pillow 6.2.2 which is incompatible. astropy 4.3.1 requires numpy>=1.17, but you have numpy 1.16.6 which is incompatible.

Any idea, help? Thanks

takacsg84 commented 1 year ago

I`m facing the same issue :(

abdullahfathi commented 1 year ago

Hi,

We solved using the following settings:

git clone https://github.com/idealo/imagededup.git
cd imagededup
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
pip install "cython>=0.29"
python setup.py install

It seems it works for me

datitran commented 1 year ago

hey please try again we just updated pypi