ace-step-ui icon indicating copy to clipboard operation
ace-step-ui copied to clipboard

Installation error No solution found when resolving dependencies for split (platform_machine == 'AMD64' and sys_platform == 'win32') 🥇

Open nailz420 opened this issue 4 months ago • 1 comments

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.

nailz420 avatar Feb 06 '26 05:02 nailz420

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.

fspecii avatar Mar 02 '26 16:03 fspecii