facebookresearch/demucs

main() takes 0 positional arguments but 1 was given

nikifori opened this issue · 1 comments

❓ Questions

I got this error regarding the execution of: demucs.separate.main(args)

using as args:

args = [
"--two-stems", "vocals",
"-n", separation_model,
"-o", output_folder,
"--filename", "{track}_{stem}.{ext}",
"-j", str(jobs),
full_file_path,
]

probably, full_file_path raises the error, but I think this way of execution is the one that is suggested.

Run python3 -c "import demucs; print(demucs.__version__)"
This function is only available from version 4.0.1