01
01 copied to clipboard
01os installation:
Describe the bug Cannot install: running poetry install says it cannot install torch 2.3.0 torch 2.2.2 is already installed
To Reproduce Steps to reproduce the behavior:
- python 3.9 - 3.12
- Installing torch (2.3.0): Failed
RuntimeError
Unable to find installation candidates for torch (2.3.0)
at ~/.pyenv/versions/3.9.18/lib/python3.9/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.
Expected behavior Running poetry run 01
Traceback (most recent call last):
File "
Desktop (please complete the following information):
- OS: [mac OS: Monterey]
- Python Version [e.g. 22]
Additional context Add any other context about the problem here.