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
Attempting to install ensmallen=0.8.36, including through grape, with poetry raises this error:
RuntimeError
Unable to find installation candidates for ensmallen (0.8.36)
at ~/.local/venv/lib/python3.10/site-packages/poetry/installation/chooser.py:105 in choose_for
101│
102│ links.append(link)
103│
104│ if not links:
→ 105│ raise RuntimeError(f"Unable to find installation candidates for {package}")
106│
107│ # Get the best link
108│ chosen = max(links, key=lambda link: self._sort_key(package, link))
109│
Attempting to install
ensmallen=0.8.36
, including throughgrape
, withpoetry
raises this error:A
pip
install completes without complaint.Any relation to #192 ?
The text was updated successfully, but these errors were encountered: