myshell-ai / MeloTTS

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

TypeError: decorator() missing 1 required positional argument: 'f' on M1 Mac #106

Open YangangCao opened 7 months ago

YangangCao commented 7 months ago

local install on M1 Mac, appear this error:

Traceback (most recent call last):
  File "/opt/homebrew/bin/melo", line 33, in <module>
    sys.exit(load_entry_point('melotts==0.1.2', 'console_scripts', 'melo')())
TypeError: decorator() missing 1 required positional argument: 'f'
Sohamex commented 5 months ago

I am facing similar error. Did you resolve it?