Error Installing Locally Managed Server #1918
Unanswered
johnjeverhart-bit
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Recent versions of torch (used by managed server) do not support MacOS on Intel x86 Only way to make it work is to do a custom install and explicitly use an older version before they dropped support for these systems |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
any ideas how I can resolve this?
ERROR Error during installation: Using Python 3.12.9 environment at: venv
× No solution found when resolving dependencies:
╰─▶ Because only the following versions of torch are available:
torch<=2.7.0
torch==2.7.1
and torch>=2.7.0 has no wheels with a matching platform tag (e.g.,
macosx_15_0_x86_64
), we can conclude that torch>=2.7.0 cannot be used.And because you require torch>=2.7.0, we can conclude that your
requirements are unsatisfiable.
Beta Was this translation helpful? Give feedback.
All reactions