mirror of
https://github.com/fspecii/ace-step-ui.git
synced 2026-04-25 22:25:48 +03:00
[GH-ISSUE #31] Installation error No solution found when resolving dependencies for split (platform_machine == 'AMD64' and sys_platform == 'win32') 🥇 #30
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ace-step-ui#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nailz420 on GitHub (Feb 6, 2026).
Original GitHub issue: https://github.com/fspecii/ace-step-ui/issues/31
F:\projects\AI\ACE-Step-1.5>uv run acestep-api --port 8001
Using CPython 3.11.13
Creating virtual environment at: .venv
x No solution found when resolving dependencies for split (platform_machine == 'AMD64' and sys_platform == 'win32'):
-> Because torch{sys_platform == 'win32'}==2.7.1+cu128 has noplatform_machine == 'AMD64' and sys_platform =='win32'`-compatible wheels and only the following versions of torch{sys_platform == 'win32'} are available:
torch{sys_platform == 'win32'}<2.7.1
torch{sys_platform == 'win32'}>=2.7.1+cu128
we can conclude that torch{sys_platform == 'win32'}==2.7.1 cannot be used.
And because your project depends on torch{sys_platform == 'win32'}==2.7.1, we can conclude that your project's
requirements are unsatisfiable.