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

Mac M1 - Error during installation of tts-generation-webui related to missing symbols in torchaudio library #387

Open
ToanTruongAnh opened this issue Oct 5, 2024 · 5 comments

Comments

@ToanTruongAnh
Copy link

While trying to install and run the tts-generation-webui, I follow fresh install. here is the full log. Please help, I'm new to this. Thanks.
fullLog tts-generation-webui-main.txt

@rsxdalv
Copy link
Owner

rsxdalv commented Oct 5, 2024 via email

@ToanTruongAnh
Copy link
Author

Sure, I run the diagnostic.sh and here the result:
diagnostic.txt
But in the terminal I also see this error:
Generating diagnostic...
/Users/yuki/Downloads/tts-generation-webui-main/installer_scripts/diagnostic_inner.sh: line 27: /Users/yuki/Downloads/tts-generation-webui-main/installer_scripts/activate.sh: No such file or directory
Diagnostic generated.

@rsxdalv
Copy link
Owner

rsxdalv commented Oct 6, 2024

Thanks, I was able to see multiple problems in the installation script, so I should be able to prevent issues for more users in the future.

To validate if the new method will work, could you please run conda_env_bash.sh and do
(venv) conda install -y -k --force-reinstall pytorch=2.3.1 torchvision=2.3.1 torchaudio cpuonly -c pytorch

If that also fails, maybe pip installation will get the matching pytorch & torchvision build:
(venv) pip install torch=2.3.1 torchvision=2.3.1 torchaudio

@ToanTruongAnh
Copy link
Author

Hi @rsxdalv , i followed the steps, but change the command
"conda install -y -k --force-reinstall pytorch=2.3.1 torchvision=2.3.1 torchaudio cpuonly -c pytorch" to
"conda install -y -k --force-reinstall pytorch=2.3.1 torchvision=0.18.1 torchaudio=2.3.1 cpuonly -c pytorch"
as the torchvision 0.18.1 is a match version for it. Is it correct?
Also here is the full log
log_after change to 2.3.1 tts-generation-webui-main.txt
I still got the error.

@rsxdalv
Copy link
Owner

rsxdalv commented Oct 6, 2024 via email

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