-
-
Notifications
You must be signed in to change notification settings - Fork 523
Description
Package
WebUI Forge Neo
When did the issue occur?
Installing the Package
What GPU / hardware type are you using?
Nvidia 4090 24gb
What happened?
I tried installing forge neo with the default settings being branch neo, commit 41546ad and python 3.13.12 and i get the error that it cant install torch. i tried to update my old one to try and get that to work but that dosent work either
Console output
Unpacking resources
Unpacking resources
Download Complete
Python 3.13.12 (main, Feb 3 2026, 22:52:12) [Clang 21.1.4 ]
Version: neo
Installing torch and torchvision
/bin/sh: line 1: uv: command not found
Traceback (most recent call last):
File "/HDD/StabilityMatrix/Packages/Stable Diffusion WebUI Forge - Neo/launch.py", line 56, in
main()
~~~~^^
File "/HDD/StabilityMatrix/Packages/Stable Diffusion WebUI Forge - Neo/launch.py", line 43, in main
prepare_environment()
~~~~~~~~~~~~~~~~~~~^^
File "/HDD/StabilityMatrix/Packages/Stable Diffusion WebUI Forge - Neo/modules/launch_utils.py", line 318, in prepare_environment
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/HDD/StabilityMatrix/Packages/Stable Diffusion WebUI Forge - Neo/modules/launch_utils.py", line 86, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't install torch.
Command: "/HDD/StabilityMatrix/Packages/Stable Diffusion WebUI Forge - Neo/venv/bin/python3" -m pip install torch==2.10.0+cu130 torchvision==0.25.0+cu130 --extra-index-url https://download.pytorch.org/whl/cu130
Error code: 127
Could not install forge-neo (System.InvalidOperationException: Install script failed with exit code 1
at StabilityMatrix.Core.Models.Packages.ForgeClassic.InstallPackage(String installLocation, InstalledPackage installedPackage, InstallPackageOptions options, IProgress1 progress, Action1 onConsoleOutput, CancellationToken cancellationToken)
at StabilityMatrix.Core.Models.Packages.ForgeClassic.InstallPackage(String installLocation, InstalledPackage installedPackage, InstallPackageOptions options, IProgress1 progress, Action1 onConsoleOutput, CancellationToken cancellationToken)
at StabilityMatrix.Core.Models.PackageModification.InstallPackageStep.ExecuteAsync(IProgress1 progress, CancellationToken cancellationToken) at StabilityMatrix.Core.Models.PackageModification.PackageModificationRunner.ExecuteSteps(IEnumerable1 steps))
Version
2.15.6
What Operating System are you using?
Linux