Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with python3.10 and python3.11 #46

Closed
nikow opened this issue Jan 22, 2023 · 4 comments
Closed

Does not work with python3.10 and python3.11 #46

nikow opened this issue Jan 22, 2023 · 4 comments

Comments

@nikow
Copy link

nikow commented Jan 22, 2023

It looks like project is needs simple rebuild to work with Python 3.10 and Python 3.11

Python3.11:

(venv) [nikow@thinira tmp]$ python --version
Python 3.11.1
(venv) [nikow@thinira tmp]$ python -m pip install --prefer-binary image-similarity-measures
ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.6, <3.8; 0.1.1 Requires-Python >=3.6, <3.8; 0.1.2 Requires-Python >=3.6, <3.8; 0.2.2 Requires-Python >=3.6, <3.8; 0.3.0 Requires-Python >=3.6, <3.8; 0.3.1 Requires-Python >=3.6, <3.8; 0.3.3 Requires-Python >=3.6, <3.8; 0.3.4 Requires-Python >=3.6, <3.9; 0.3.5 Requires-Python >=3.6, <3.10
ERROR: Could not find a version that satisfies the requirement image-similarity-measures (from versions: none)
ERROR: No matching distribution found for image-similarity-measures
(venv) [nikow@thinira tmp]$

Python3.10:

(venv) [nikow@thinira tmp]$ python --version
Python 3.10.9
(venv) [nikow@thinira tmp]$ python -m pip install image-similarity-measures
ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.6, <3.8; 0.1.1 Requires-Python >=3.6, <3.8; 0.1.2 Requires-Python >=3.6, <3.8; 0.2.2 Requires-Python >=3.6, <3.8; 0.3.0 Requires-Python >=3.6, <3.8; 0.3.1 Requires-Python >=3.6, <3.8; 0.3.3 Requires-Python >=3.6, <3.8; 0.3.4 Requires-Python >=3.6, <3.9; 0.3.5 Requires-Python >=3.6, <3.10
ERROR: Could not find a version that satisfies the requirement image-similarity-measures (from versions: none)
ERROR: No matching distribution found for image-similarity-measures
(venv) [nikow@thinira tmp]$ 
@aruiz
Copy link

aruiz commented Feb 24, 2023

Came here to report the same issue

@Freed-Wu
Copy link

Any progress about this issue? Before this bug is fixed, I have to use https://imagemagick.org/script/compare.php.

@nekhtiari
Copy link
Contributor

@dc-up42 sorry to bug you here, but I was trying to do this, but got 403 permission error (The user 'nikoogeo' isn't allowed to upload to project). Could someone from UP42 do this rebuild?

@DylanBartels
Copy link
Contributor

@Freed-Wu @aruiz @nikow
This has been fixed in v0.3.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants