-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
bugSomething isn't workingSomething isn't workingdelayedThe priority is a little bit lowerThe priority is a little bit lowerhelp wantedExtra attention is neededExtra attention is needed
Description
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'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdelayedThe priority is a little bit lowerThe priority is a little bit lowerhelp wantedExtra attention is neededExtra attention is needed