From 2e7ecfacf278a925657c07e8e20dd756a2f29dd8 Mon Sep 17 00:00:00 2001 From: Jose Pablo Mora Date: Sat, 5 Oct 2024 17:01:56 +0100 Subject: [PATCH] Add `python3.11-venv` package to Ubuntu instructions I couldn't get the install to work until I installed this package, I was seeing ``` Error: Command '['/opt/automatic1111/stable-diffusion-webui/venv/bin/python3.11', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1. ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc62945c0..8fcecdf18 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ If your system is very new, you need to install python3.11 or python3.10: # Ubuntu 24.04 sudo add-apt-repository ppa:deadsnakes/ppa sudo apt update -sudo apt install python3.11 +sudo apt install python3.11 python3.11-venv # Manjaro/Arch sudo pacman -S yay