Open Ken-g6 opened 4 months ago
Update:
Add deadsnakes/ppa
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
Install python 3.10
sudo apt install python3.10 python3.10-venv
Open webui-user.sh and find this
# python3 executable
#python_cmd="python3"
Replace with
# python3 executable
python_cmd="python3.10"
Remove venv
folder from /userfiles/ken/ai/stable-diffusion-webui
Run ./webui.sh
After the release of a new version of A1111, there will be no need to change python version in webui-user.sh anymore https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16092
@viking1304 Couldn't find any package by glob 'python3.10'
. I can't find anything resembling that version in Synaptic either.
@viking1304
Couldn't find any package by glob 'python3.10'
. I can't find anything resembling that version in Synaptic either.
I am sorry, I misread your system version. I though it is Ubuntu 22.
For 20 and 24 you need to add deadsnakes/ppa
first.
I updated my previous answer.
Checklist
What happened?
On executing a freshly downloaded copy of webui.sh, it tries to grab networkx-3.2.1 which is not compatible with Python 3.8.
Steps to reproduce the problem
sudo apt install wget git python3 python3-venv
wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh > sd-webui.sh
bash sd-webui.sh
What should have happened?
WebUI should have been installed.
What browsers do you use to access the UI ?
Mozilla Firefox
Sysinfo
That didn't work either:
Console logs