You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manual install of version 2.5.0 on arm64 linux ends with an error:
sh ./install.sh
...
- Installing cactus-rs (0.17.0): Failed
RuntimeError
Unable to find installation candidates for cactus-rs (0.17.0)
at .penv/lib/python3.12/site-packages/poetry/installation/chooser.py:86 in choose_for
82│
83│ links.append(link)
84│
85│ if not links:
→ 86│ raise RuntimeError(f"Unable to find installation candidates for {package}")
87│
88│ # Get the best link
89│ chosen = max(links, key=lambda link: self._sort_key(package, link))
90│
Cannot install cactus-rs.
...
Tried Python 3.10, 3.11, and 3.12. The same result.
Version
2.5.0
What platform are you using?
Linux
What ui mode are you using?
CLI
Relevant log output
The text was updated successfully, but these errors were encountered:
This issue has not been updated in 14 days and is now flagged as stale. If this issue is still affecting you and in need of further review, please comment on it with an update to keep it from auto closing in 7 days.
What happened?
Manual install of version 2.5.0 on arm64 linux ends with an error:
Tried Python 3.10, 3.11, and 3.12. The same result.
Version
2.5.0
What platform are you using?
Linux
What ui mode are you using?
CLI
Relevant log output
The text was updated successfully, but these errors were encountered: