lllyasviel / stable-diffusion-webui-forge

GNU Affero General Public License v3.0
8.01k stars 779 forks source link

ERROR: python3-venv is not installed, aborting... #1998

Open Mracobes9 opened 1 week ago

Mracobes9 commented 1 week ago

Hi. I tried to install this webui but got a error "ERROR: python3-venv is not installed, aborting...". Steps to reproduce: 1) Clone this repository 2) Set local python version by asdf 3) create virtualenv by python -m venv venv 4) activate this virtualenv source venv/bin/activate 5) launch './webui.sh'

jctaborda commented 1 day ago

Tested with python 3.12 and 3.11 and both return the same error. But using python 3.10 and creating the venv with that version everything works ok