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

Standalone Windows/MacOS builds #603

Open
ferropop opened this issue Jun 8, 2024 · 5 comments
Open

Standalone Windows/MacOS builds #603

ferropop opened this issue Jun 8, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@ferropop
Copy link

ferropop commented Jun 8, 2024

Hoping we can get Windows/MacOS standalone builds so we can integrate demucs into DAWs like REAPER / MaxMSP that allow coding/scripting. Thank you !

@ferropop ferropop added the bug Something isn't working label Jun 8, 2024
@CarlGao4
Copy link
Contributor

CarlGao4 commented Jun 9, 2024

@ferropop
Copy link
Author

ferropop commented Jun 9, 2024 via email

@CarlGao4
Copy link
Contributor

What is the error? I can't see it

@marzlevane
Copy link

Perhaps the same error that I'm getting:

Traceback (most recent call last):
  File "demucs-standalone.py", line 5, in <module>
  File "demucs\separate.py", line 193, in main
  File "demucs\audio.py", line 260, in save_audio
NameError: name 'ta' is not defined. Did you mean: 'tp'?
[27588] Failed to execute script 'demucs-standalone' due to unhandled exception!

Seems torchaudio was removed, but not the calls to ta when saving wav-files.

@jsammarco
Copy link

Perhaps the same error that I'm getting:

Traceback (most recent call last):
  File "demucs-standalone.py", line 5, in <module>
  File "demucs\separate.py", line 193, in main
  File "demucs\audio.py", line 260, in save_audio
NameError: name 'ta' is not defined. Did you mean: 'tp'?
[27588] Failed to execute script 'demucs-standalone' due to unhandled exception!

Seems torchaudio was removed, but not the calls to ta when saving wav-files.

Same here. Any way to fix it? Couldn't get conda install to work either. No audio back-end error on conda install that I couldn't fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants