-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non functional after initial install/run on (GNU Linux) on Beta release. "dotnet: command not found" #251
Comments
Update i "approach a fix" by installing the dotnet sdk using: dotnet/core#4322 (comment) Still not functional saying it needs "MicrosoftzAspNetCore.App" Noted it may be a good idea to ammend the linux-macos installer to check and install the dotnet package as for me it didnt check if it was present and errored out with the prior explination. i got it to advance a bit with the current error STILL NOT FUNCTIONAL |
See the manual install on linux notes in the readme: https://github.com/Stability-AI/StableSwarmUI?tab=readme-ov-file#alternate-manual-linux-install
seems to be the one affecting you there |
Pushed a commit to the install script to strongly ensure aspnet is included on linux if you use the script |
Excellent that worked and was exactly what was needed. Maybe something can be implemented into the installer to run a check to verify before finishing the install? For general user experience in a perfectionist viewpoint. Although not sure if it's worth the time and effort since it was a pretty easy fix. Feel free to close this issue or flag it if it's decided to be patched. Thank you for your assistance. Always appreciated 🙏 |
Actually, now that I looked into it that link you gave me is specific for arch Linux users because endeavor OS, Artix OS, and manjaro are all Arch. This might not be an issue with the Ubuntu those packages might already come in the distribution. |
Following a fresh full install ( due to updater causing the following issue ) the application works as expected on linux and will launch. After killing it ctrl+c on terminal the successive attempt to start the program results in the following:
launch-linux.sh: line 12: dotnet: command not found
launch-linux.sh: line 19: dotnet: command not found
commented the lines out because i thaught maybe it is a windows feature that somehow got into the start script resulting in:
launch-linux.sh: line 13: syntax error near unexpected token
fi' launch-linux.sh: line 13:
fi'Either way set it back to default and still wouldnt start.
Running this on manjaro/arch linux whatever the latest update is for it on kernel 6.7.7-1 nvidia 1060 ect
After reboot same issue and the installer also spits out a dotnet error:
sh update-linuxmac.sh 127 ✘
Already up to date.
update-linuxmac.sh: line 20: dotnet: command not found
The text was updated successfully, but these errors were encountered: