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: decorator() missing 1 required positional argument: 'f' on M1 Mac #106

Open YangangCao opened 2 months ago

YangangCao commented 2 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 3 days ago

I am facing similar error. Did you resolve it?