OneTrainer icon indicating copy to clipboard operation
OneTrainer copied to clipboard

[Bug]: ModuleNotFoundError: No module named 'util'

Open InvaderX9 opened this issue 5 months ago • 4 comments

What happened?

I tried running OneTrainer using start-ui.bat and instead got an error regarding being unable to import 'util'. I've tried git clone, updating, and reinstalling several times, both manually and using the .bat files. Nothing works.

What did you expect would happen?

I expected OneTrainer to launch.

Relevant log output

Traceback (most recent call last):
  File "D:\StabilityMatrix\Data\Packages\OneTrainer\scripts\train_ui.py", line 1, in <module>
    from util.import_util import script_imports
ModuleNotFoundError: No module named 'util'

Output of pip freeze

No response

InvaderX9 avatar Sep 03 '24 23:09 InvaderX9