myshell-ai / MeloTTS

High-quality multi-lingual text-to-speech library by MyShell.ai. Support English, Spanish, French, Chinese, Japanese and Korean.
MIT License
3.97k stars 473 forks source link

TypeError: command.<locals>.decorator() missing 1 required positional argument: 'f' #155

Open Sohamex opened 3 days ago

Sohamex commented 3 days ago

I have installed it in Linux and am trying to run it in the terminal but I am getting this TypeError:

File "/path/bin/melo", line 33, in <module>
    sys.exit(load_entry_point('melotts', 'console_scripts', 'melo')())

TypeError: command.<locals>.decorator() missing 1 required positional argument: 'f'

I can not execute the command, melo or melotts. Please provide help as to how to resolve this error.

dafogary commented 1 day ago

I'm encountering the same issue. Hopefully it will be resolved soon