Skip to content
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

Post-Installation Problem #436

Open
codecomputation opened this issue Jan 8, 2025 · 1 comment
Open

Post-Installation Problem #436

codecomputation opened this issue Jan 8, 2025 · 1 comment

Comments

@codecomputation
Copy link

I've ran start_tts_webui.bat to start the installation. It downloaded all the necessary files and seemed to have completed successfully. But, when I ran start_tts_webui.bat again, I encounter the problem below.

Transcript started, output file is G:\TTS\tts-generation-webui-main\installer_scripts\output.log
"Checking if the Micromamba/Conda environment is already installed."
"Micromamba/Conda environment already installed in G:\TTS\tts-generation-webui-main\installer_files\env, skipping installation"
vswhere is installed, checking for Visual Studio Build Tools installation...
Visual Studio Build Tools is installed, continuing...


Starting init app (version: 0.0.6)...


Checking conda installation...
>conda --version
conda 24.11.2

Pulling updates from tts-generation-webui
>git pull
Auto packing the repository for optimum performance.
See "git help gc" for manual housekeeping.
Enumerating objects: 15538, done.
Counting objects: 100% (15538/15538), done.
Delta compression using up to 16 threads
Compressing objects: 100% (15380/15380), done.
Writing objects: 100% (15538/15538), done.
Total 15538 (delta 2720), reused 0 (delta 0), pack-reused 0 (from 0)
Removing duplicate objects: 100% (256/256), done.
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream-to=origin/<branch> main

There was a problem while pulling updates. Aborting...
Command failed with exit code 1
Failed to init the app, exiting...
Press any key to continue . . .


@rsxdalv
Copy link
Owner

rsxdalv commented Jan 8, 2025

Thank you for the report, I see that git went haywire but can't guess the exact reason.
The purpose of git pull is to get the updates from the main branch, so if this is a one time glitch,

git branch --set-upstream-to=origin/main main

Should fix the installation.
Perhaps git has had an update that changed something or it's using system git, not conda's git.

Note: if anyone else is experiencing this exact bug, please leave a comment so that I know this isn't an outlier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants