I try to build on the Macbook Pro with M1 Pro full version, and system version is Macos Ventura 13.1
I run command by >> python models_server.py --config config.gradio.yaml
I have encountered many problems with importing functions. At first, I thought it was due to uninstalled packages, so I installed each package one by one. Eventually, I was stuck with the error message below.
Traceback (most recent call last):
File "models_server.py", line 37, in
from espnet2.bin.tts_inference import Text2Speech
File "/Users/zhuangyicheng/opt/anaconda3/envs/jarvis/lib/python3.8/site-packages/espnet2/bin/tts_inference.py", line 18, in
from typeguard import check_argument_types
ModuleNotFoundError: No module named 'typeguard'
I use Anaconda to run Gradio demo and i check typeguard has installed and version is 3.0.2 but it still stock here .
Has anyone encountered this problem before, or is the demo currently not supported in the MacOS environment by JARVIS?
I try to build on the Macbook Pro with M1 Pro full version, and system version is Macos Ventura 13.1
I run command by >> python models_server.py --config config.gradio.yaml I have encountered many problems with importing functions. At first, I thought it was due to uninstalled packages, so I installed each package one by one. Eventually, I was stuck with the error message below.
I use Anaconda to run Gradio demo and i check typeguard has installed and version is 3.0.2 but it still stock here .
Has anyone encountered this problem before, or is the demo currently not supported in the MacOS environment by JARVIS?