You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I performed the installation according to the instructions for Linux (Using Python Venv) on my Ubuntu 22.04.3 LTS workstation and here's the error I got: (fooocus_env) ┌─( myubuntu ) - ( 5.15.0-87-generic ) - ( ~/bck_files-config/git_repositories/Fooocus ) └─> python entry_with_update.py Already up-to-date Update succeeded. Traceback (most recent call last): File "/home/ myubuntu/bck_files-config/git_repositories/Fooocus/entry_with_update.py", line 46, in <module> from launch import * File "/home/ myubuntu/bck_files-config/git_repositories/Fooocus/launch.py", line 10, in <module> from modules.path import modelfile_path, lorafile_path, vae_approx_path, fooocus_expansion_path, \ File "/home/ myubuntu/bck_files-config/git_repositories/Fooocus/modules/path.py", line 5, in <module> import modules.sdxl_styles File "/home/ myubuntu/bck_files-config/git_repositories/Fooocus/modules/sdxl_styles.py", line 5, in <module> from modules.util import get_files_from_folder File "/home/ myubuntu/bck_files-config/git_repositories/Fooocus/modules/util.py", line 1, in <module> import numpy as np ModuleNotFoundError: No module named 'numpy'
I was able to run Fooocus after executing the command: pip install -r requirements_versions.txt
I think you should add this command to your Linux (Using Python Venv) procedure :)
Have a nice day
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I performed the installation according to the instructions for Linux (Using Python Venv) on my Ubuntu 22.04.3 LTS workstation and here's the error I got:
(fooocus_env) ┌─( myubuntu ) - ( 5.15.0-87-generic ) - ( ~/bck_files-config/git_repositories/Fooocus ) └─> python entry_with_update.py Already up-to-date Update succeeded. Traceback (most recent call last): File "/home/ myubuntu/bck_files-config/git_repositories/Fooocus/entry_with_update.py", line 46, in <module> from launch import * File "/home/ myubuntu/bck_files-config/git_repositories/Fooocus/launch.py", line 10, in <module> from modules.path import modelfile_path, lorafile_path, vae_approx_path, fooocus_expansion_path, \ File "/home/ myubuntu/bck_files-config/git_repositories/Fooocus/modules/path.py", line 5, in <module> import modules.sdxl_styles File "/home/ myubuntu/bck_files-config/git_repositories/Fooocus/modules/sdxl_styles.py", line 5, in <module> from modules.util import get_files_from_folder File "/home/ myubuntu/bck_files-config/git_repositories/Fooocus/modules/util.py", line 1, in <module> import numpy as np ModuleNotFoundError: No module named 'numpy'
I was able to run Fooocus after executing the command:
pip install -r requirements_versions.txt
I think you should add this command to your Linux (Using Python Venv) procedure :)
Have a nice day
Beta Was this translation helpful? Give feedback.
All reactions