stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: install dont work on nevest ubuntu
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
################################################################ Install script for stable-diffusion + Web UI Tested on Debian 11 (Bullseye) ################################################################
################################################################ Running on liso user ################################################################
################################################################ Repo already cloned, using it as install directory ################################################################
################################################################ Create and activate python venv ################################################################
################################################################ ERROR: Cannot activate python venv, aborting... ################################################################
Steps to reproduce the problem
1 install depndacions 2 instal git 3 try installation comand
What should have happened?
install and run venv
Commit where the problem happens
in comand line in first instalation
What platforms do you use to access UI ?
Linux
What browsers do you use to access the UI ?
Mozilla Firefox
Command Line Arguments
No response
Additional information, context and logs
No response
@Liso7150 You should run python3 -m venv venv/
first.
If you are getting the same message after running python3 -m venv venv/
remove the local cloned directory and re-run the installer.
Can confirm, running python3 -m venv venv/
and removing the locally cloned folder allowed the install script to continue.