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

the web UI to fail to launch #117

Open
davia007 opened this issue Jan 21, 2024 · 4 comments
Open

the web UI to fail to launch #117

davia007 opened this issue Jan 21, 2024 · 4 comments

Comments

@davia007
Copy link

There are error messages that cause the web UI to fail to launch

735

@tobiaserich
Copy link

tobiaserich commented Jan 21, 2024

Had the same error.
I changed line 83 in bark_infinity_installer_webui.py from
"pip install torchaudio==2.0.2+cu118 torch==2.0.1+cu118 torchvision --extra-index-url https://download.pytorch.org/whl/cu118",
to
"pip install torchaudio==2.1.2+cu118 torch==2.1.2+cu118 torchvision --extra-index-url https://download.pytorch.org/whl/cu118",
Now it works.

It seems that in torch 2.0.1 the compiler method does not exist.

You have to change the version of torchaudio aswell, otherwise you will run in compatibility issues

@davia007
Copy link
Author

Thank you very much for your reply, it's working fine as per your method.

@prostobizon
Copy link

Thank you very much, tobiaserich!

@builder-main
Copy link

builder-main commented Jun 7, 2024

Thanks, this actually fixed this issue we were having on our windows machine
FileNotFoundError: Could not find module 'C:\Python310\Lib\site-packages\torchaudio\lib\libtorchaudio.pyd' (or one of its dependencies). Try using the full path with constructor syntax. not sure why the previous version was failling to resolve although correctly installed.

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

4 participants