-
-
Notifications
You must be signed in to change notification settings - Fork 328
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
OneTrainer won't launch on Linux #761
Comments
I'm on arch and having the same issue. I have not tried to manually install it yet, though. |
Okay I have fixed this for myself. What I did was manually install OneTrainer with python3.10 (from the AUR) and then copying and pasting that installation into Stability's "packages" folder. I think the problem here is Stability assumes your native python installation is 3.10, I might be wrong but either way it works now. |
I wound up installing it manually using a fresh and isolated virtual env and it was def kind of a pain. I think there are conflicting packages in the SM venv that cause this one to not work. Also the pytorch it wants to install is linked to cuda 11.8 so if you have 12.X that could be a problem too maybe? Speculating. |
This issue is stale because it has been open 30 days with no activity. Remove the stale label or comment, else this will be closed in 5 days. |
This issue was closed because it has been stale for 5 days with no activity. |
Add InstalledPackage, Options, and Cancellation support to BasePackage methods & refactors
I get the following error output from OneTrainer along with an exit code of 134.
The text was updated successfully, but these errors were encountered: