Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poetry install cannot find torch on Mac? #10

Open
JasonGross opened this issue Jan 16, 2024 · 0 comments
Open

poetry install cannot find torch on Mac? #10

JasonGross opened this issue Jan 16, 2024 · 0 comments
Labels
engineering priority: medium-low Non-blocking but somewhat time-sensitive, e.g., adds overhead or friction

Comments

@JasonGross
Copy link
Owner

I'm seeing

• Installing torch (2.1.2)

  RuntimeError

  Unable to find installation candidates for torch (2.1.2)

  at /usr/local/Cellar/pipx/1.4.1/venvs/poetry/lib/python3.12/site-packages/poetry/installation/chooser.py:73 in choose_for
       69│ 
       70│             links.append(link)
       71│ 
       72│         if not links:
    →  73│             raise RuntimeError(f"Unable to find installation candidates for {package}")
       74│ 
       75│         # Get the best link
       76│         chosen = max(links, key=lambda link: self._sort_key(package, link))
       77│ 

Cannot install torch.

But here installing torch 2.1.2 on python 3.11 on macos worked fine. So I don't know what's going on.

@JasonGross JasonGross added engineering priority: medium-low Non-blocking but somewhat time-sensitive, e.g., adds overhead or friction labels Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engineering priority: medium-low Non-blocking but somewhat time-sensitive, e.g., adds overhead or friction
Projects
None yet
1 participant