Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pannous opened this issue Jan 24, 2025 · 0 comments
Open

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

pannous opened this issue Jan 24, 2025 · 0 comments

Comments

@pannous
Copy link

pannous commented Jan 24, 2025

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant