This repository was archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Cannot install for Python 3.12 #35
Copy link
Copy link
Open
Description
I use poetry, but I think the problem is with the Python version (3.12), as I cannot install with pip either.
poetry install
Updating dependencies
Resolving dependencies... (5.9s)
Writing lock file
Installing dependencies from lock file
Package operations: 1 install, 0 updates, 0 removals
- Installing pyvalhalla (3.2.0): Failed
RuntimeError
Unable to find installation candidates for pyvalhalla (3.2.0)
at /usr/lib/python3.12/site-packages/poetry/installation/chooser.py:74 in choose_for
70│
71│ links.append(link)
72│
73│ if not links:
→ 74│ raise RuntimeError(f"Unable to find installation candidates for {package}")
75│
76│ # Get the best link
77│ chosen = max(links, key=lambda link: self._sort_key(package, link))
78│
Cannot install pyvalhalla.
$ pip install --user -U pyvalhalla
ERROR: Could not find a version that satisfies the requirement pyvalhalla (from versions: none)
ERROR: No matching distribution found for pyvalhalla
Metadata
Metadata
Assignees
Labels
No labels