Skip to content

pip install ChatTTS on macOS arm doesn't function: #882

Description

@pannous

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdelayedThe priority is a little bit lowerhelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions