-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Failing due to missing dependency
ronaldv@MBP-de-Ronald LLM-Engineers-Handbook % poetry env use 3.11
Using virtualenv: /Users/ronaldv/Library/Caches/pypoetry/virtualenvs/llm-engineering-QmmB4sbR-py3.11
ronaldv@MBP-de-Ronald LLM-Engineers-Handbook % poetry install --without aws
Installing dependencies from lock file
Package operations: 18 installs, 0 updates, 0 removals
- Installing torch (2.4.0): Failed
RuntimeError
Unable to find installation candidates for torch (2.4.0)
at ~/Library/Application Support/pypoetry/venv/lib/python3.11/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 torch.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels