gitmylo / audio-webui

A webui for different audio related Neural Networks
MIT License
1.03k stars 99 forks source link

startup loop #172

Open transitgrave opened 11 months ago

transitgrave commented 11 months ago

After running .\venv\Scripts\activate followed by .\run.bat I encounter a looping error:

Checking installs and venv + autodebug checks Python version: 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] Webui version: 98f43a2b44a703d809f65943a62009274e13c804 - Mon Oct 16 16:34:42 2023 +0200 Found extensions: activating venv Checking installs and venv + autodebug checks Python version: 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] Webui version: 98f43a2b44a703d809f65943a62009274e13c804 - Mon Oct 16 16:34:42 2023 +0200 Found extensions: activating venv Checking installs and venv + autodebug checks Python version: 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] Webui version: 98f43a2b44a703d809f65943a62009274e13c804 - Mon Oct 16 16:34:42 2023 +0200 Found extensions: activating venv Checking installs and venv + autodebug checks Python version: 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] Webui version: 98f43a2b44a703d809f65943a62009274e13c804 - Mon Oct 16 16:34:42 2023 +0200 Found extensions: activating venv Checking installs and venv + autodebug checks Python version: 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] Webui version: 98f43a2b44a703d809f65943a62009274e13c804 - Mon Oct 16 16:34:42 2023 +0200 Found extensions: activating venv Checking installs and venv + autodebug checks Python version: 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] Webui version: 98f43a2b44a703d809f65943a62009274e13c804 - Mon Oct 16 16:34:42 2023 +0200 Found extensions: activating venv Checking installs and venv + autodebug checks Python version: 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] Webui version: 98f43a2b44a703d809f65943a62009274e13c804 - Mon Oct 16 16:34:42 2023 +0200 Found extensions: activating venv Checking installs and venv + autodebug checks Python version: 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] Webui version: 98f43a2b44a703d809f65943a62009274e13c804 - Mon Oct 16 16:34:42 2023 +0200 Found extensions: activating venv Checking installs and venv + autodebug checks Python version: 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] Webui version: 98f43a2b44a703d809f65943a62009274e13c804 - Mon Oct 16 16:34:42 2023 +0200 Found extensions: activating venv Checking installs and venv + autodebug checks Python version: 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] Webui version: 98f43a2b44a703d809f65943a62009274e13c804 - Mon Oct 16 16:34:42 2023 +0200 Found extensions: activating venv Checking installs and venv + autodebug checks

...on so on forever into infinity. audio-webui was working great yesterday before I installed oobabooga. perhaps I created a conflict?

gitmylo commented 11 months ago

Activate the venv manually and run with --skip-venv

transitgrave commented 11 months ago

This worked well thank you 🙏