Replies: 1 comment
-
|
In case anyone else hits this error, after doing a lot of research, I determined that the CUDA 12.8 Toolkit is essential for this to function basically at all. Kohya's install tutorial mentioned and linked it, so here's the link also used by Kohya, another training app: It might be good to mention in the install instructions, because without this, you won't be able to install OneTrainer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, double-clicking the install.bat file to run it just makes it pop up and then immediately close the first time it hits an error.
Second, I can't export a debug report for you because export_debug just tells you to run install.bat, which doesn't work.
It doesn't explain what its problem is with Python, but it seems to be having a problem with Python. However, the problem isn't with my system, because I've set the required Python version with pyenv and created the venv correctly, and it's worked with literally everything else that uses machine learning.
If I try to install it manually, it inevitably hits this error:
Again, this is the only app that has hit this stumbling block. Does this need a very specific version of Python installed? Because the version I have currently set as the local version that established the venv is 3.11.9, which should be firmly within the required range. I'm working on Win11.
I'll appreciate any help you can give.
Beta Was this translation helpful? Give feedback.
All reactions