lunamidori5 / Midori-AI

71 stars 22 forks source link

[BUG] Error: No module named 'support' #23

Closed edurenye closed 4 weeks ago

edurenye commented 1 month ago

Describe the bug I just run quick install script: curl -sSL https://raw.githubusercontent.com/lunamidori5/Midori-AI/master/other_files/model_installer/shell_files/model_installer.sh > model_installer.sh && bash ./model_installer.sh

And got the following output: Traceback (most recent call last): File "subsystem_manager.py", line 4, in <module> ModuleNotFoundError: No module named 'support' [290617] Failed to execute script 'subsystem_manager' due to unhandled exception!

To Reproduce Steps to reproduce the behavior:

Expected behavior It should install without errors.

Host Info (please complete the following information):

edurenye commented 1 month ago

I get the same result if I use the manual steps.

lunamidori5 commented 1 month ago

Thank you for this report I'll get right on this @edurenye

lunamidori5 commented 1 month ago

@edurenye can you please test and see if this update fixed it, please purge the venv for the "other os" if your using it Never mind, its working for other os but not ubuntu...

lunamidori5 commented 1 month ago

I tested on Arch Linux and on Other OS, both seem to be working now, can you see if they are @edurenye

lunamidori5 commented 4 weeks ago

Issue seems fixed closing for now

edurenye commented 4 weeks ago

Yes, it works fine now, thank you very much!