Skip to content

Cannot install torch. #116

@weidazhaoooo

Description

@weidazhaoooo

Hello,

I've been encountering an issue while trying to install the dependencies using poetry install command.

Installing dependencies from lock file

Package operations: 23 installs, 3 updates, 0 removals

  • Installing torch (1.13.1): Failed

RuntimeError

Unable to find installation candidates for torch (1.13.1)

at D:\Programs\anaconda3\envs\atliete\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 torch.

Any help or suggestions would be greatly appreciated.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions