You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(chattts) wei@weimini ChatTTS % python examples/web/webui.py
[+0800 20250210 08:31:48] [INFO] WebUI | webui | loading ChatTTS model...
[+0800 20250210 08:31:48] [INFO] ChatTTS | dl | checking assets...
[+0800 20250210 08:31:48] [INFO] ChatTTS | dl | all assets are already latest.
[+0800 20250210 08:31:48] [INFO] ChatTTS | gpu | found Apple GPU, but use CPU.
[+0800 20250210 08:31:48] [INFO] ChatTTS | core | use device cpu
[+0800 20250210 08:31:48] [INFO] ChatTTS | core | vocos loaded.
[+0800 20250210 08:31:48] [INFO] ChatTTS | core | dvae loaded.
[+0800 20250210 08:31:49] [INFO] ChatTTS | core | embed loaded.
[+0800 20250210 08:31:49] [INFO] ChatTTS | core | gpt loaded.
[+0800 20250210 08:31:49] [INFO] ChatTTS | core | speaker loaded.
[+0800 20250210 08:31:49] [INFO] ChatTTS | core | decoder loaded.
[+0800 20250210 08:31:49] [INFO] ChatTTS | core | tokenizer loaded.
[+0800 20250210 08:31:49] [WARN] WebUI | funcs | Package nemo_text_processing not found!
[+0800 20250210 08:31:49] [WARN] WebUI | funcs | Run: conda install -c conda-forge pynini=2.1.5 && pip install nemo_text_processing
[+0800 20250210 08:31:49] [WARN] WebUI | funcs | Package WeTextProcessing not found!
[+0800 20250210 08:31:49] [WARN] WebUI | funcs | Run: conda install -c conda-forge pynini=2.1.5 && pip install WeTextProcessing
[+0800 20250210 08:31:49] [INFO] WebUI | webui | Models loaded successfully.
* Running on local URL: http://0.0.0.0:8080
Traceback (most recent call last):
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions
yield
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpx/_transports/default.py", line 250, in handle_request
resp = self._pool.handle_request(req)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request
raise exc from None
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request
response = connection.handle_request(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpcore/_sync/http_proxy.py", line 206, in handle_request
return self._connection.handle_request(proxy_request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpcore/_sync/connection.py", line 103, in handle_request
return self._connection.handle_request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 136, in handle_request
raise exc
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 106, in handle_request
) = self._receive_response_headers(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 177, in _receive_response_headers
event = self._receive_event(timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 231, in _receive_event
raise RemoteProtocolError(msg)
httpcore.RemoteProtocolError: Server disconnected without sending a response.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/wei/ChatTTS/examples/web/webui.py", line 287, in <module>
main()
File "/Users/wei/ChatTTS/examples/web/webui.py", line 277, in main
demo.launch(
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/gradio/blocks.py", line 2602, in launch
httpx.get(
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpx/_api.py", line 195, in get
return request(
^^^^^^^^
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpx/_api.py", line 109, in request
return client.request(
^^^^^^^^^^^^^^^
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpx/_client.py", line 825, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpx/_client.py", line 914, in send
response = self._send_handling_auth(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpx/_client.py", line 942, in _send_handling_auth
response = self._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpx/_client.py", line 979, in _send_handling_redirects
response = self._send_single_request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpx/_client.py", line 1014, in _send_single_request
response = transport.handle_request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpx/_transports/default.py", line 249, in handle_request
with map_httpcore_exceptions():
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/contextlib.py", line 158, in __exit__
self.gen.throw(typ, value, traceback)
File "/Users/wei/miniconda3/envs/chattts/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.RemoteProtocolError: Server disconnected without sending a response.
提示缺少的两个依赖在安装依赖的时候已经被忽略掉了,大佬们这个怎么解决啊?
(chattts) wei@weimini ChatTTS % pip install -r requirements.txt
Ignoring pynini: markers 'sys_platform == "linux"' don't match your environment
Ignoring WeTextProcessing: markers 'sys_platform == "linux"' don't match your environment
Ignoring nemo_text_processing: markers 'sys_platform == "linux"' don't match your environment
The text was updated successfully, but these errors were encountered:
weigeloveu
changed the title
macos通过conda安装失败
macos通过conda安装失败,提示Package nemo_text_processing not found!
Feb 10, 2025
weigeloveu
changed the title
macos通过conda安装失败,提示Package nemo_text_processing not found!
MacOS(M4)通过conda安装失败,提示Package nemo_text_processing not found!
Feb 10, 2025
weigeloveu
changed the title
MacOS(M4)通过conda安装失败,提示Package nemo_text_processing not found!
MacOS(M4)通过conda安装webui启动失败,提示Package nemo_text_processing not found!
Feb 10, 2025
提示缺少的两个依赖在安装依赖的时候已经被忽略掉了,大佬们这个怎么解决啊?
The text was updated successfully, but these errors were encountered: