imagededup
imagededup copied to clipboard
not working on macos, dependency issue
macos silicon have different pip tensorflow, which is tensorflow-macos is there a way to configure this library to use the macos tensorflow ?
I fixed this problem in this way.
- use new conda env "pip install imagededup"
- 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"
- reinsatll numpy=1.16, because imagededup need.
then I can use "cnn = CNN()"
The package doesn't have tensorflow as a dependency. So, closing the issue.