-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed as not planned
Closed as not planned
Copy link
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsquestionAsking for clarification or supportAsking for clarification or support
Description
It seems that uv pip compile --universal does not support x86 macos directly. On my intel mac,
echo torch > requirements.in
uv pip compile --universal requirements.in -o requirement.txt
uv pip install -r requirement.txt
You will get
× No solution found when resolving dependencies:
╰─▶ Because torch==2.4.1 has no wheels with a matching Python implementation tag and you require torch==2.4.1, we can
conclude that your requirements are unsatisfiable.
Things work normally when you remove the --universal flag, in which uv will install torch==2.2.2, which still supports x86 macos.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsquestionAsking for clarification or supportAsking for clarification or support