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

Not installable on Python 3.12 #1727

Closed
hynek opened this issue Oct 6, 2023 · 4 comments
Closed

Not installable on Python 3.12 #1727

hynek opened this issue Oct 6, 2023 · 4 comments

Comments

@hynek
Copy link

hynek commented Oct 6, 2023

Since oso has non-abi3 wheels (and no sdist) for only up to Python 3.11, trying to install it on Python 3.12 fails with a:

ERROR: Could not find a version that satisfies the requirement oso (from versions: none)
ERROR: No matching distribution found for oso

I could paste an extremely long -vv output, but it's just a long chain of:

Skipping link: none of the wheel's tags (pp39-pypy39_pp73-manylinux2014_x86_64, pp39-pypy39_pp73-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/7c/55/58be7fe2d37a8c486bd4ba4e1f456548811a9bbf5fa7885fd02fc08fc1dd/oso-0.27.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from https://pypi.org/simple/oso/) (requires-python:>=3.7)
  Skipping link: none of the wheel's tags (pp39-pypy39_pp73-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/2a/2c/584ecc3cc8cbff9fdb449568ee610b44b707b9308ce90cd6579f04697d61/oso-0.27.0-pp39-pypy39_pp73-win_amd64.whl (from https://pypi.org/simple/oso/) (requires-python:>=3.7)

… for all possible versions.

@underyx
Copy link

underyx commented Oct 9, 2023

of 295 dependencies in our project, oso seems to be the only one not installable on py3.12

@kkirsche
Copy link
Contributor

Pushed up a MR for the required release workflow changes based on what I had done for Python 3.11, just need to see if Oso will approve, merge, and push out a release

@kkirsche
Copy link
Contributor

Fixed via !1732 in https://pypi.org/project/oso/0.27.2/

@gj
Copy link
Member

gj commented Dec 20, 2023

As @kkirsche said, 0.27.2 is out now. Just tested it locally and works on 3.12. Thanks again @kkirsche !

@gj gj closed this as completed Dec 20, 2023
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

4 participants