Image Compare library failed installation

Hi
I am trying to install Image Compare Library using the command
pip install imagecompare

I can’t install the library and am getting the errors blow

(venv) <directory>pip install imagecompare                          

Collecting imagecompare
Using cached imagecompare-0.2.zip (1.6 kB)
Preparing metadata (setup.py) … done
Building wheels for collected packages: imagecompare
Building wheel for imagecompare (setup.py) … error
error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
running bdist_wheel
running build
running build_scripts
creating build
creating build\scripts-3.11
error: [Errno 2] No such file or directory: ‘image_compare’
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for imagecompare
Running setup.py clean for imagecompare
Failed to build imagecompare
ERROR: Could not build wheels for imagecompare, which is required to install pyproject.toml-based projects

I hope someone can help me. Thankyou

Hi,
it looks like the pypi package imagecompare has not been updated since 4 years.

Cannot really say what the problem is right now.

However, there are other Robot Framework Libraries available for Image Comparisons:

e.g.

or

Maybe you want to give them a try instead.

2 Likes

Thank you very much for your help Many. Will check the recommendations you provided <3