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
pip install ChatTTS on macOS arm doesn't function:
Traceback (most recent call last):
import ChatTTS
File "/opt/homebrew/lib/python3.13/site-packages/ChatTTS/__init__.py", line 1, in <module>
from .core import Chat
File "/opt/homebrew/lib/python3.13/site-packages/ChatTTS/core.py", line 16, in <module>
from .model import DVAE, Embed, GPT, gen_logits, Tokenizer, Speaker
File "/opt/homebrew/lib/python3.13/site-packages/ChatTTS/model/__init__.py", line 1, in <module>
from .dvae import DVAE
File "/opt/homebrew/lib/python3.13/site-packages/ChatTTS/model/dvae.py", line 5, in <module>
import pybase16384 as b14
File "/opt/homebrew/lib/python3.13/site-packages/pybase16384/__init__.py", line 19, in <module>
from pybase16384.backends.cython import (
...<13 lines>...
)
File "/opt/homebrew/lib/python3.13/site-packages/pybase16384/backends/cython/__init__.py", line 4, in <module>
from pybase16384.backends.cython._core import (
...<13 lines>...
)
ModuleNotFoundError: No module named 'pybase16384.backends.cython._core'
The text was updated successfully, but these errors were encountered:
pip install ChatTTS on macOS arm doesn't function:
The text was updated successfully, but these errors were encountered: