-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im stuck in installation loop, everytime at this step, Installation fails. #345
Comments
Hi, strange, the first log you included suggests that the packages were installed successfully.
At the moment it makes no sense but I will try to piece it together. Another thing I would like to confirm is - if you open the \tts-generation-webui\installer_scripts\conda_env_cmd.bat By the way, if you have the new windows terminal, you can save the whole log as such: |
Also - how did you acquire the app, did you download the repository fresh or are you upgrading from a previous version? Though it should work in almost any case, I am trying to find where the inconsistency arises. |
Ok, I'm starting to see some potential causes - Here:
the installation happens in miniconda3 installation directory while later the script correctly uses the local conda environment:
Now what confuses me is the error about 'js' not being a runnable program despite your log clearly showing the init_app.js being run successfully, are those separate logs? This would make sense if it was having an issue running the node script if conda environment was missing the Node. It could be that the virtual conda environment fails to activate OR that it activates but still calls the 'minoconda3' when doing 'conda install' and 'pip install'. I am not yet sure how to deal with this, mostly because I don't see why this should even begin to happen. |
im using Windows 11
I was getting the JS error yesterday. Today i got this error
|
Today tried to install this again after deleting previous installation, but again got the same error at the same stage during installation.
|
Apologies for the late reply. Thank you for the logs you have provided. I
can see that you indeed have installed the necessary packages, and yet the
script does not see them. However, I am also seeing packages that don't
belong to this project, so by all accounts it appears to confirm once again
that there's a conda environment that's interfering with this one. Just a
sanity check question - when running the installer do you have an active
conda environment. Like (venv) ...> start_tts_webui.bat or do you simply
click on it and open the file directly?
I've heard that activating a conda within a conda can cause issues.
Also if you do `pip show bark`I'm assuming it's going to have a different
location than the project, and that it will show the miniconda3
installation path.
…On Sat, Jul 20, 2024, 8:24 AM Max ***@***.***> wrote:
Today tried to install this again after deleting previous installation,
but again got the same error at the same stage during installation.
` Attempting uninstall: numpy
Found existing installation: numpy 1.26.3
Uninstalling numpy-1.26.3:
Successfully uninstalled numpy-1.26.3
ERROR: pip's dependency resolver does not currently take into account all
the packages that are installed. This behaviour is the source of the
following dependency conflicts.
albumentations 1.4.3 requires numpy>=1.24.4, but you have numpy 1.23.5
which is incompatible.
diffusers 0.27.2 requires huggingface-hub>=0.20.2, but you have
huggingface-hub 0.19.4 which is incompatible.
fairseq 0.12.4 requires hydra-core<1.1,>=1.0.7, but you have hydra-core
1.3.2 which is incompatible.
fairseq 0.12.4 requires omegaconf<2.1, but you have omegaconf 2.3.0 which
is incompatible.
mediapipe 0.10.11 requires protobuf<4,>=3.11, but you have protobuf 4.25.3
which is incompatible.
onnxruntime 1.15.0 requires numpy>=1.24.2, but you have numpy 1.23.5 which
is incompatible.
onnxruntime-gpu 1.15.0 requires numpy>=1.24.2, but you have numpy 1.23.5
which is incompatible.
open-interpreter 0.2.0 requires tiktoken<0.5.0,>=0.4.0, but you have
tiktoken 0.3.1 which is incompatible.
Successfully installed argparse-1.4.0 numpy-1.23.5
Successfully installed Stable Audio dependencies
Installing hydra-core fix due to fairseq dependencies...
pip install hydra-core==1.3.2 torch==2.3.1
Requirement already satisfied: hydra-core==1.3.2 in
c:\users\satyajit\miniconda3\lib\site-packages (1.3.2)
Requirement already satisfied: torch==2.3.1 in
c:\users\satyajit\miniconda3\lib\site-packages (2.3.1)
Requirement already satisfied: omegaconf<2.4,>=2.2 in
c:\users\satyajit\miniconda3\lib\site-packages (from hydra-core==1.3.2)
(2.3.0)
Requirement already satisfied: antlr4-python3-runtime==4.9.* in
c:\users\satyajit\miniconda3\lib\site-packages (from hydra-core==1.3.2)
(4.9.3)
Requirement already satisfied: packaging in
c:\users\satyajit\miniconda3\lib\site-packages (from hydra-core==1.3.2)
(24.1)
Requirement already satisfied: filelock in
c:\users\satyajit\miniconda3\lib\site-packages (from torch==2.3.1) (3.12.4)
Requirement already satisfied: typing-extensions>=4.8.0 in
c:\users\satyajit\miniconda3\lib\site-packages (from torch==2.3.1) (4.11.0)
Requirement already satisfied: sympy in
c:\users\satyajit\miniconda3\lib\site-packages (from torch==2.3.1) (1.12)
Requirement already satisfied: networkx in
c:\users\satyajit\miniconda3\lib\site-packages (from torch==2.3.1) (2.8.8)
Requirement already satisfied: jinja2 in
c:\users\satyajit\miniconda3\lib\site-packages (from torch==2.3.1) (3.1.2)
Requirement already satisfied: fsspec in
c:\users\satyajit\miniconda3\lib\site-packages (from torch==2.3.1)
(2023.9.1)
Requirement already satisfied: mkl<=2021.4.0,>=2021.1.1 in
c:\users\satyajit\miniconda3\lib\site-packages (from torch==2.3.1)
(2021.4.0)
Requirement already satisfied: intel-openmp==2021.* in
c:\users\satyajit\miniconda3\lib\site-packages (from
mkl<=2021.4.0,>=2021.1.1->torch==2.3.1) (2021.4.0)
Requirement already satisfied: tbb==2021.* in
c:\users\satyajit\miniconda3\lib\site-packages (from
mkl<=2021.4.0,>=2021.1.1->torch==2.3.1) (2021.13.0)
Requirement already satisfied: PyYAML>=5.1.0 in
c:\users\satyajit\miniconda3\lib\site-packages (from
omegaconf<2.4,>=2.2->hydra-core==1.3.2) (6.0.1)
Requirement already satisfied: MarkupSafe>=2.0 in
c:\users\satyajit\miniconda3\lib\site-packages (from jinja2->torch==2.3.1)
(2.1.3)
Requirement already satisfied: mpmath>=0.19 in
c:\users\satyajit\miniconda3\lib\site-packages (from sympy->torch==2.3.1)
(1.3.0)
Successfully installed hydra-core fix due to fairseq dependencies
Installing node_modules...
cd react-ui && npm install
added 479 packages, and audited 480 packages in 38s
146 packages are looking for funding
run npm fund for details
8 vulnerabilities (1 low, 4 moderate, 3 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues, run:
npm audit fix --force
Run npm audit for details.
Successfully installed node_modules
Building react-ui...
cd react-ui && npm run build
***@***.*** build
next build
Browserslist: caniuse-lite is outdated. Please run:
npx ***@***.***
Why you should do it regularly:
https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx ***@***.*** --update-db
Why you should do it regularly:
https://github.com/browserslist/browserslist#browsers-data-updating
- info Creating an optimized production build
- info Compiled successfully
- info Linting and checking validity of types
- info Collecting page data
[ ] - info Generating static pages (0/24)[Error: ENOENT: no such file
or directory, scandir 'I:\AI\tts-generation-webui-main\outputs'] {
errno: -4058,
code: 'ENOENT',
syscall: 'scandir',
path: 'I:\AI\tts-generation-webui-main\outputs'
}
[Error: ENOENT: no such file or directory, scandir
'I:\AI\tts-generation-webui-main\favorites'] {
errno: -4058,
code: 'ENOENT',
syscall: 'scandir',
path: 'I:\AI\tts-generation-webui-main\favorites'
}
- info Generating static pages (24/24)
- info Finalizing page optimization
Route (app) Size First Load JS
─ λ /api/upload 0 B 0 B
- First Load JS shared by all 0 B
Route (pages) Size First Load JS
┌ ● / 1.55 kB 106 kB
├ /_app 0 B 92.4 kB
├ ○ /404 178 B 92.6 kB
├ λ /api/gradio/[name] 0 B 92.4 kB
├ λ /api/webui-generations/[...name] 0 B 92.4 kB
├ ○ /bark 3.79 kB 120 kB
├ ○ /bark/bark_settings 2.07 kB 106 kB
├ ○ /bark/bark_voice_generation 2.95 kB 114 kB
├ ○ /bark/vocos_npz 2.7 kB 114 kB
├ ○ /bark/vocos_wav 2.88 kB 114 kB
├ ● /bark/voices 538 B 105 kB
├ ○ /demucs 3.08 kB 115 kB
├ ● /generations 188 B 105 kB
├ ○ /gpu_info 964 B 105 kB
├ ● /history/[name] 571 B 105 kB
├ ├ /history/outputs
├ └ /history/favorites
├ ○ /magnet 1.5 kB 118 kB
├ ○ /maha-tts 2.3 kB 117 kB
├ ○ /mms 1.5 kB 127 kB
├ ○ /musicgen 2.67 kB 117 kB
├ ○ /pipeline 6.05 kB 165 kB
├ ○ /rvc 4.53 kB 116 kB
├ ○ /tortoise 1.38 kB 143 kB
├ ○ /vallex 2.57 kB 117 kB
└ ● /voice-drafts 631 B 105 kB
- First Load JS shared by all 95.8 kB
├ chunks/main-f2f37a715f8b92e3.js 83.9 kB
├ chunks/pages/_app-31729643ea9b2513.js 6.53 kB
├ chunks/webpack-2c818183314dbd99.js 1.98 kB
└ css/c88ad04737390e95.css 3.38 kB
λ (Server) server-side renders at runtime (uses getInitialProps or
getServerSideProps)
○ (Static) automatically rendered as static HTML (uses no initial props)
● (SSG) automatically generated as static HTML + JSON (uses getStaticProps)
Successfully built react-ui
Checking if torch has CUDA...
python -c import torch; exit(0 if torch.cuda.is_available() else 1)
Finished init app.
'js' is not recognized as an internal or external command,
operable program or batch file.
Failed to init the app, exiting...
'"' is not recognized as an internal or external command,
operable program or batch file.
Press any key to continue . . .
`
—
Reply to this email directly, view it on GitHub
<#345 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTRXI2PSXQXSIHXC5ZFTI3ZNHYA3AVCNFSM6AAAAABLBM76QKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBQHEZDSOBVHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yes, I can confirm it in the latest log once again:
Requirement already satisfied: mpmath>=0.19 in
c:\users\satyajit\miniconda3\lib\site-packages (from sympy->torch==2.3.1)
(1.3.0)
As you can see, it has installed itself in the wrong location. I'm assuming
you have miniconda3 for another AI project, like stable diffusion, or do
you develop yourself too?
On Sat, Jul 20, 2024, 9:42 AM Roberts Slisans ***@***.***>
wrote:
… Apologies for the late reply. Thank you for the logs you have provided. I
can see that you indeed have installed the necessary packages, and yet the
script does not see them. However, I am also seeing packages that don't
belong to this project, so by all accounts it appears to confirm once again
that there's a conda environment that's interfering with this one. Just a
sanity check question - when running the installer do you have an active
conda environment. Like (venv) ...> start_tts_webui.bat or do you simply
click on it and open the file directly?
I've heard that activating a conda within a conda can cause issues.
Also if you do `pip show bark`I'm assuming it's going to have a different
location than the project, and that it will show the miniconda3
installation path.
On Sat, Jul 20, 2024, 8:24 AM Max ***@***.***> wrote:
> Today tried to install this again after deleting previous installation,
> but again got the same error at the same stage during installation.
>
> ` Attempting uninstall: numpy
> Found existing installation: numpy 1.26.3
> Uninstalling numpy-1.26.3:
> Successfully uninstalled numpy-1.26.3
> ERROR: pip's dependency resolver does not currently take into account all
> the packages that are installed. This behaviour is the source of the
> following dependency conflicts.
> albumentations 1.4.3 requires numpy>=1.24.4, but you have numpy 1.23.5
> which is incompatible.
> diffusers 0.27.2 requires huggingface-hub>=0.20.2, but you have
> huggingface-hub 0.19.4 which is incompatible.
> fairseq 0.12.4 requires hydra-core<1.1,>=1.0.7, but you have hydra-core
> 1.3.2 which is incompatible.
> fairseq 0.12.4 requires omegaconf<2.1, but you have omegaconf 2.3.0 which
> is incompatible.
> mediapipe 0.10.11 requires protobuf<4,>=3.11, but you have protobuf
> 4.25.3 which is incompatible.
> onnxruntime 1.15.0 requires numpy>=1.24.2, but you have numpy 1.23.5
> which is incompatible.
> onnxruntime-gpu 1.15.0 requires numpy>=1.24.2, but you have numpy 1.23.5
> which is incompatible.
> open-interpreter 0.2.0 requires tiktoken<0.5.0,>=0.4.0, but you have
> tiktoken 0.3.1 which is incompatible.
> Successfully installed argparse-1.4.0 numpy-1.23.5
> Successfully installed Stable Audio dependencies
> Installing hydra-core fix due to fairseq dependencies...
>
> pip install hydra-core==1.3.2 torch==2.3.1
> Requirement already satisfied: hydra-core==1.3.2 in
> c:\users\satyajit\miniconda3\lib\site-packages (1.3.2)
> Requirement already satisfied: torch==2.3.1 in
> c:\users\satyajit\miniconda3\lib\site-packages (2.3.1)
> Requirement already satisfied: omegaconf<2.4,>=2.2 in
> c:\users\satyajit\miniconda3\lib\site-packages (from hydra-core==1.3.2)
> (2.3.0)
> Requirement already satisfied: antlr4-python3-runtime==4.9.* in
> c:\users\satyajit\miniconda3\lib\site-packages (from hydra-core==1.3.2)
> (4.9.3)
> Requirement already satisfied: packaging in
> c:\users\satyajit\miniconda3\lib\site-packages (from hydra-core==1.3.2)
> (24.1)
> Requirement already satisfied: filelock in
> c:\users\satyajit\miniconda3\lib\site-packages (from torch==2.3.1) (3.12.4)
> Requirement already satisfied: typing-extensions>=4.8.0 in
> c:\users\satyajit\miniconda3\lib\site-packages (from torch==2.3.1) (4.11.0)
> Requirement already satisfied: sympy in
> c:\users\satyajit\miniconda3\lib\site-packages (from torch==2.3.1) (1.12)
> Requirement already satisfied: networkx in
> c:\users\satyajit\miniconda3\lib\site-packages (from torch==2.3.1) (2.8.8)
> Requirement already satisfied: jinja2 in
> c:\users\satyajit\miniconda3\lib\site-packages (from torch==2.3.1) (3.1.2)
> Requirement already satisfied: fsspec in
> c:\users\satyajit\miniconda3\lib\site-packages (from torch==2.3.1)
> (2023.9.1)
> Requirement already satisfied: mkl<=2021.4.0,>=2021.1.1 in
> c:\users\satyajit\miniconda3\lib\site-packages (from torch==2.3.1)
> (2021.4.0)
> Requirement already satisfied: intel-openmp==2021.* in
> c:\users\satyajit\miniconda3\lib\site-packages (from
> mkl<=2021.4.0,>=2021.1.1->torch==2.3.1) (2021.4.0)
> Requirement already satisfied: tbb==2021.* in
> c:\users\satyajit\miniconda3\lib\site-packages (from
> mkl<=2021.4.0,>=2021.1.1->torch==2.3.1) (2021.13.0)
> Requirement already satisfied: PyYAML>=5.1.0 in
> c:\users\satyajit\miniconda3\lib\site-packages (from
> omegaconf<2.4,>=2.2->hydra-core==1.3.2) (6.0.1)
> Requirement already satisfied: MarkupSafe>=2.0 in
> c:\users\satyajit\miniconda3\lib\site-packages (from jinja2->torch==2.3.1)
> (2.1.3)
> Requirement already satisfied: mpmath>=0.19 in
> c:\users\satyajit\miniconda3\lib\site-packages (from sympy->torch==2.3.1)
> (1.3.0)
> Successfully installed hydra-core fix due to fairseq dependencies
> Installing node_modules...
> cd react-ui && npm install
>
> added 479 packages, and audited 480 packages in 38s
>
> 146 packages are looking for funding
> run npm fund for details
>
> 8 vulnerabilities (1 low, 4 moderate, 3 high)
>
> To address issues that do not require attention, run:
> npm audit fix
>
> To address all issues, run:
> npm audit fix --force
>
> Run npm audit for details.
> Successfully installed node_modules
> Building react-ui...
>
> cd react-ui && npm run build
>
> ***@***.*** build
> next build
>
> Browserslist: caniuse-lite is outdated. Please run:
> npx ***@***.***
> Why you should do it regularly:
> https://github.com/browserslist/update-db#readme
> Browserslist: caniuse-lite is outdated. Please run:
> npx ***@***.*** --update-db
> Why you should do it regularly:
> https://github.com/browserslist/browserslist#browsers-data-updating
>
> - info Creating an optimized production build
> - info Compiled successfully
> - info Linting and checking validity of types
> - info Collecting page data
> [ ] - info Generating static pages (0/24)[Error: ENOENT: no such file
> or directory, scandir 'I:\AI\tts-generation-webui-main\outputs'] {
> errno: -4058,
> code: 'ENOENT',
> syscall: 'scandir',
> path: 'I:\AI\tts-generation-webui-main\outputs'
> }
> [Error: ENOENT: no such file or directory, scandir
> 'I:\AI\tts-generation-webui-main\favorites'] {
> errno: -4058,
> code: 'ENOENT',
> syscall: 'scandir',
> path: 'I:\AI\tts-generation-webui-main\favorites'
> }
> - info Generating static pages (24/24)
> - info Finalizing page optimization
>
> Route (app) Size First Load JS
> ─ λ /api/upload 0 B 0 B
>
> - First Load JS shared by all 0 B
>
> Route (pages) Size First Load JS
> ┌ ● / 1.55 kB 106 kB
> ├ /_app 0 B 92.4 kB
> ├ ○ /404 178 B 92.6 kB
> ├ λ /api/gradio/[name] 0 B 92.4 kB
> ├ λ /api/webui-generations/[...name] 0 B 92.4 kB
> ├ ○ /bark 3.79 kB 120 kB
> ├ ○ /bark/bark_settings 2.07 kB 106 kB
> ├ ○ /bark/bark_voice_generation 2.95 kB 114 kB
> ├ ○ /bark/vocos_npz 2.7 kB 114 kB
> ├ ○ /bark/vocos_wav 2.88 kB 114 kB
> ├ ● /bark/voices 538 B 105 kB
> ├ ○ /demucs 3.08 kB 115 kB
> ├ ● /generations 188 B 105 kB
> ├ ○ /gpu_info 964 B 105 kB
> ├ ● /history/[name] 571 B 105 kB
> ├ ├ /history/outputs
> ├ └ /history/favorites
> ├ ○ /magnet 1.5 kB 118 kB
> ├ ○ /maha-tts 2.3 kB 117 kB
> ├ ○ /mms 1.5 kB 127 kB
> ├ ○ /musicgen 2.67 kB 117 kB
> ├ ○ /pipeline 6.05 kB 165 kB
> ├ ○ /rvc 4.53 kB 116 kB
> ├ ○ /tortoise 1.38 kB 143 kB
> ├ ○ /vallex 2.57 kB 117 kB
> └ ● /voice-drafts 631 B 105 kB
>
> - First Load JS shared by all 95.8 kB
> ├ chunks/main-f2f37a715f8b92e3.js 83.9 kB
> ├ chunks/pages/_app-31729643ea9b2513.js 6.53 kB
> ├ chunks/webpack-2c818183314dbd99.js 1.98 kB
> └ css/c88ad04737390e95.css 3.38 kB
>
> λ (Server) server-side renders at runtime (uses getInitialProps or
> getServerSideProps)
> ○ (Static) automatically rendered as static HTML (uses no initial props)
> ● (SSG) automatically generated as static HTML + JSON (uses
> getStaticProps)
>
> Successfully built react-ui
> Checking if torch has CUDA...
>
> python -c import torch; exit(0 if torch.cuda.is_available() else 1)
>
> Finished init app.
>
> 'js' is not recognized as an internal or external command,
> operable program or batch file.
> Failed to init the app, exiting...
> '"' is not recognized as an internal or external command,
> operable program or batch file.
> Press any key to continue . . .
>
> `
>
> —
> Reply to this email directly, view it on GitHub
> <#345 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABTRXI2PSXQXSIHXC5ZFTI3ZNHYA3AVCNFSM6AAAAABLBM76QKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBQHEZDSOBVHA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
No need to apologize mate, Im just keen to make this up and running as fast as i can. Yes, i have a few AI projects installed on my PC so yes i have miniconda installed on my system previously. May be that's conflicting with this project. But how do make a clean install without any interference with any previous installations. I have no idea |
Tell you what, I will try to install miniconda3 and break my system to see
if I can fix it. I have installed it before but didn't see this problem.
From what I understand the PATH or something else causes "conda" to use the
miniconda3 rather than the newly installed version. There could be other
causes, like micro mamba failing on your specific system but that's
impossible to determine without running a lot of diagnostics.
…On Sat, Jul 20, 2024, 2:06 PM Max ***@***.***> wrote:
No need to apologize mate, Im just keen to make this up and running as
fast as i can.
As i can check i just double clck to open the start_tts_webui.bat file. NO
other venv is activated.
Yes, i have a few AI projects installed on my PC so yes i have miniconda
installed on my system previously. May be that's conflicting with this
project. But how do make a clean install without any interference with any
previous installations.
—
Reply to this email directly, view it on GitHub
<#345 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTRXI4IZDKTS343OYFAECDZNJADFAVCNFSM6AAAAABLBM76QKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBRGA4DQNRWG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I've not seen the environment break yet, but I'd like to ask you to run the
new diagnostics.bat script inside installer_scripts folder (you will need
to run the start_tts_webui to pull the latest changes, or git pull).
It's a script that lists all of the info about your system PATH, conda, git
etc into diagnostics.txt file.
The first part of that file should show exactly what's up with this
project's conda and miniconda3
On Sat, Jul 20, 2024, 2:40 PM Roberts Slisans ***@***.***>
wrote:
… Tell you what, I will try to install miniconda3 and break my system to see
if I can fix it. I have installed it before but didn't see this problem.
From what I understand the PATH or something else causes "conda" to use
the miniconda3 rather than the newly installed version. There could be
other causes, like micro mamba failing on your specific system but that's
impossible to determine without running a lot of diagnostics.
On Sat, Jul 20, 2024, 2:06 PM Max ***@***.***> wrote:
> No need to apologize mate, Im just keen to make this up and running as
> fast as i can.
> As i can check i just double clck to open the start_tts_webui.bat file.
> NO other venv is activated.
> Yes, i have a few AI projects installed on my PC so yes i have miniconda
> installed on my system previously. May be that's conflicting with this
> project. But how do make a clean install without any interference with any
> previous installations.
>
> —
> Reply to this email directly, view it on GitHub
> <#345 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABTRXI4IZDKTS343OYFAECDZNJADFAVCNFSM6AAAAABLBM76QKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBRGA4DQNRWG4>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
Same error... |
please run the installer_scripts/diagnostics.bat and provide me with the generated diagnostics.txt file |
This is the output of the file diagnostic.txt Starting diagnostic... 01/10/2024 7:58:57.14 CD: C:\Users\Ars\Documents\tts-generation-webui-main where git (before calling activate.bat): where python (before calling activate.bat): where conda (before calling activate.bat): where node (before calling activate.bat): where git (after calling activate.bat): where python (after calling activate.bat): where conda (after calling activate.bat): where node (after calling activate.bat): python --version: node --version: conda --version: git status: nothing to commit, working tree clean git log HEAD~1..HEAD:
pip list: archspec 0.2.3 conda list: packages in environment at C:\Users\Ars\Documents\tts-generation-webui-main\installer_files\env:Name Version Build Channelarchspec 0.2.3 pypi_0 pypi npm list -g: pip show python-dotenv gradio torch torchaudio torchvision: .gpu: .python_version: npm list --prefix ./react-ui/ |
It appears that there was a large issue during the conda environment installation process. I have also done some upgrades to improve the installation for more users. Could you please provide me with the logs from the installer/start_tts_webui.bat? At this point it seems like it installed almost nothing. |
Here is the log just before i get the error.
When i try to install/run it again. I get this error
The text was updated successfully, but these errors were encountered: