You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to install with pip install image-similarity-measures, it errors out on Preparing metadata (pyproject.toml). Looks like something to do with building C/C++ libraries, but I'm not sure.
It seems that the installation doesn't work with python==3.12 but it does work with python==3.11. Furthermore, the successful installation seems quite quick. My guess is that there isn't a binary for 3.12, and the build process doesn't work.
Summary
When I try to install with
pip install image-similarity-measures
, it errors out onPreparing metadata (pyproject.toml)
. Looks like something to do with building C/C++ libraries, but I'm not sure.It seems that the installation doesn't work with
python==3.12
but it does work withpython==3.11
. Furthermore, the successful installation seems quite quick. My guess is that there isn't a binary for3.12
, and the build process doesn't work.Output
stdout
stderr
Environment
The text was updated successfully, but these errors were encountered: