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
After running ./webui.sh I noticed an error after all the repository is downloaded. I'm new when it comes to downloading from Git repository and running stuff from command line. Later on I get another error while trying to "Getting requirements to build wheel".
Anyway is there anyone who can point me in the right direction to resolve this issue.
Receiving objects: 100% (277/277), 7.04 MiB | 13.67 MiB/s, done.
Resolving deltas: 100% (152/152), done.
Installing requirements
Traceback (most recent call last):
File "/Users//Documents/GitHub/stable-diffusion-webui/launch.py", line 48, in
main()
File "/Users//Documents/GitHub/stable-diffusion-webui/launch.py", line 39, in main
prepare_environment()
File "/Users//Documents/GitHub/stable-diffusion-webui/modules/launch_utils.py", line 423, in prepare_environment
run_pip(f"install -r "{requirements_file}"", "requirements")
File "/Users//Documents/GitHub/stable-diffusion-webui/modules/launch_utils.py", line 144, in run_pip
return run(f'"{python}" -m pip {command} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}", live=live)
File "/Users//Documents/GitHub/stable-diffusion-webui/modules/launch_utils.py", line 116, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't install requirements.
Command: "/Users//Documents/GitHub/stable-diffusion-webui/venv/bin/python" -m pip install -r "requirements_versions.txt" --prefer-binary
Error code: 1
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
-
After running ./webui.sh I noticed an error after all the repository is downloaded. I'm new when it comes to downloading from Git repository and running stuff from command line. Later on I get another error while trying to "Getting requirements to build wheel".
Anyway is there anyone who can point me in the right direction to resolve this issue.
Receiving objects: 100% (277/277), 7.04 MiB | 13.67 MiB/s, done.
Resolving deltas: 100% (152/152), done.
Installing requirements
Traceback (most recent call last):
File "/Users//Documents/GitHub/stable-diffusion-webui/launch.py", line 48, in
main()
File "/Users//Documents/GitHub/stable-diffusion-webui/launch.py", line 39, in main
prepare_environment()
File "/Users//Documents/GitHub/stable-diffusion-webui/modules/launch_utils.py", line 423, in prepare_environment
run_pip(f"install -r "{requirements_file}"", "requirements")
File "/Users//Documents/GitHub/stable-diffusion-webui/modules/launch_utils.py", line 144, in run_pip
return run(f'"{python}" -m pip {command} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}", live=live)
File "/Users//Documents/GitHub/stable-diffusion-webui/modules/launch_utils.py", line 116, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't install requirements.
Command: "/Users//Documents/GitHub/stable-diffusion-webui/venv/bin/python" -m pip install -r "requirements_versions.txt" --prefer-binary
Error code: 1
Beta Was this translation helpful? Give feedback.
All reactions