Installation error No solution found when resolving dependencies for split (platform_machine == 'AMD64' and sys_platform == 'win32') 🥇
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 no platform_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.
This is a uv dependency resolution issue specific to torch on Windows AMD64. Try using a different torch version or installing manually with: uv pip install torch --index-url https://download.pytorch.org/whl/cu128. If the Pinokio installer is used, this should be handled automatically.