imagededup icon indicating copy to clipboard operation
imagededup copied to clipboard

not working on macos, dependency issue

Open TBAIKamine opened this issue 3 years ago • 1 comments

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

TBAIKamine avatar Dec 31 '21 15:12 TBAIKamine

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()"

AiteYx avatar Jul 19 '22 02:07 AiteYx

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

tanujjain avatar Jul 28 '23 15:07 tanujjain