microsoft / JARVIS

JARVIS, a system to connect LLMs with ML community. Paper: https://arxiv.org/pdf/2303.17580.pdf
MIT License
23.72k stars 1.97k forks source link

Is anyone build this demo successful on the MacOS? #134

Open cclemon2143 opened 1 year ago

cclemon2143 commented 1 year ago

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?

hx9111 commented 1 year ago

me too , I try to build on M2 max。