idealo / imagededup

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

not working on macos, dependency issue #165

Closed TBAIKamine closed 1 year ago

TBAIKamine commented 2 years ago

macos silicon have different pip tensorflow, which is tensorflow-macos is there a way to configure this library to use the macos tensorflow ?

AiteYx commented 2 years ago

I fixed this problem in this way.

  1. use new conda env "pip install imagededup"
  2. use this "https://drive.google.com/drive/folders/1oSipZLnoeQB0Awz8U68KYeCPsULy_dQ7" wheel reinstall tensorflow. more details see "https://stackoverflow.com/questions/65383338/zsh-illegal-hardware-instruction-python-when-installing-tensorflow-on-macbook"
  3. reinsatll numpy=1.16, because imagededup need.

then I can use "cnn = CNN()"

tanujjain commented 1 year ago

The package doesn't have tensorflow as a dependency. So, closing the issue.