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

Python 3.12 not supported #134

Open
Silvanoc opened this issue Mar 6, 2024 · 0 comments
Open

Python 3.12 not supported #134

Silvanoc opened this issue Mar 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Silvanoc
Copy link

Silvanoc commented Mar 6, 2024

Describe the bug
Support for Python 3.12 is claimed in the PIP package, but is missing.

To Reproduce
Try to install it on a system with Python 3.12.

Observe following error:

  • Installing semsimian (0.2.12): Failed

  RuntimeError

  Unable to find installation candidates for semsimian (0.2.12)

  at ~/.local/pipx/venvs/poetry/lib/python3.12/site-packages/poetry/installation/chooser.py:73 in choose_for
       69│
       70│             links.append(link)
       71│
       72│         if not links:
    →  73│             raise RuntimeError(f"Unable to find installation candidates for {package}")
       74│
       75│         # Get the best link
       76│         chosen = max(links, key=lambda link: self._sort_key(package, link))
       77│

Cannot install semsimian.

Expected behavior
Installation succeeds.

Additional context
The installation fails due to dependencies that cannot be installed on Python 3.12:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant