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
- Installing ray (2.11.0): Failed
RuntimeError
Unable to find installation candidates for ray (2.11.0)
at .venv\Lib\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 ray.
This appears to be caused by an out of date version of ray. Windows support for ray is limited. For the time being, I think we can limit this to only officially support Ubuntu 24.04.
Resulting env:
Encountered at 37574aa
The text was updated successfully, but these errors were encountered: