GPT-SoVITS
GPT-SoVITS copied to clipboard
Mac运行webui.py报错
我在mac上使用python web.py
运行时,返回了这样的报错信息:(用户名用xxx代表)
Traceback (most recent call last):
File "/Users/xxx/GPT-SoVITS-main/webui.py", line 777, in <module>
app.queue(concurrency_count=511, max_size=1022).launch(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/xxx/miniconda/lib/python3.11/site-packages/gradio/blocks.py", line 1715, in queue
raise DeprecationWarning(
DeprecationWarning: concurrency_count has been deprecated. Set the concurrency_limit directly on event listeners e.g. btn.click(fn, ..., concurrency_limit=10) or gr.Interface(concurrency_limit=10). If necessary, the total number of workers can be configured via `max_threads` in launch().
是跟着步骤一步一步运行下来后出错的吗?重新安装再试试?
文档里让用3.9,你用的是3.11吧
相同的问题 怎么解决的啊???
文档里让用3.9,你用的是3.11吧
用的是3.9啊 M1芯片
重新开个虚拟环境吧
重新开个虚拟环境吧
大佬,请问这种报错怎么解决呀: import _jieba_fast_functions_py3 as _jieba_fast_functions ImportError: dlopen(/Users/czy/miniconda3/envs/GPTSoVits/lib/python3.9/site-packages/_jieba_fast_functions_py3.cpython-39-darwin.so, 0x0002): tried: '/Users/czy/miniconda3/envs/GPTSoVits/lib/python3.9/site-packages/_jieba_fast_functions_py3.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/czy/miniconda3/envs/GPTSoVits/lib/python3.9/site-packages/_jieba_fast_functions_py3.cpython-39-darwin.so' (no such file), '/Users/czy/miniconda3/envs/GPTSoVits/lib/python3.9/site-packages/_jieba_fast_functions_py3.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')) Traceback (m
虚拟环境重新用文档命令重新创建一下