-
Notifications
You must be signed in to change notification settings - Fork 207
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
No function after installation #407
Comments
Thanks for checking in. That is a torch installation issue (related to #196 )
Also, for additional diagnostics, could you please run I am simultaneously trying to fix it for you and determine what caused torch and torchaudio to become separated. |
Finally, as for:
Even after fixing this error, some of the tools, such as AudioCraft Plus Extension might not work with MacOS as of yet, because the original developers have focused on NVidia/CUDA tech that is available on Linux/Windows. |
I get the following error wenn i try to open the conda_env_bash.sh: conda_env_bash.sh: line 3: ./installer_files/mamba/micromamba: No such file or directory |
Loading Demucs tab... Same error for - SeamlessM4Tv2Model, Bark Voice Clone, Bark TTS tab Tried reinstalling torch/torchaudio - still same error |
Thanks for reporting! Could you please do: installer_scripts/conda_env_bash.sh
And installer_scripts/diagnostics.sh |
Output for pip show
|
My only guess is that these two don't match:
And it could be that it's refusing to reinstall, since all the versions are 2.3.1 Did you reinstall using conda or pip? Here is the command with force reinstall flag included. To have a higher chance of success, you can run To check for sanity we can do |
I try to use it on a macbook pro m1 pro. After the installation, none of the tools work - i get some errors in terminal:
Failed to load Demucs tab. Please check your configuration.
Error: dlopen(/Users/marceldenzer/Documents/tts-generation-webui-main/installer_files/env/lib/python3.10/site-packages/torchaudio/lib/libtorchaudio.so, 0x0006): Symbol not found: __ZN2at8internal15invoke_parallelExxxRKNSt3__18functionIFvxxEEE
Referenced from: /Users/marceldenzer/Documents/tts-generation-webui-main/installer_files/env/lib/python3.10/site-packages/torchaudio/lib/libtorchaudio.so
Expected in: <421678CD-1041-32CD-92EF-29D22242240C> /Users/marceldenzer/Documents/tts-generation-webui-main/installer_files/env/lib/libtorch_cpu.dylib
I already uninstalled all dependencies so the install script can reinstall them, without any conclusion.
The text was updated successfully, but these errors were encountered: