Open Stijnp opened 1 year ago
Another possible workaround is to install from git:
imagededup = { git = "https://github.com/idealo/imagededup", rev = "4e0b15f4cd82bcfa321eb280b843e57ebc5ff154" }
I can confirm I have the same issue on ubuntu 20, python3.11.
Similar issue, only that pdm breaks, but don't with the 0.3.1.
Imagededup was a dependency of another package, adding the package to my Poetry project failed due to the following error.
Currently only tested on MacOS M2 Pro chip with Python 3.10, can test on ubuntu if required.
When trying to add imagededup isolated I'm running into the same issue
Workarounds:
pip install imagededup
works and will install 0.3.1 on my env but not the preferred solution when using Poetrypoetry add imagededup==0.3.1