:chart_with_upwards_trend: Implementation of eight evaluation metrics to access the similarity between two images. The eight metrics are as follows: RMSE, PSNR, SSIM, ISSM, FSIM, SRE, SAM, and UIQ.
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