resemble-ai/chatterbox

Installing issues

Opened this issue · 0 comments

If using pip install chatterbox-tts

Python3.11

  • requires an update of pip, setuptools, wheel after making a venv
  • numpy needs to be installed before trying pip install chatterbox due to pkuseg dependency
  • still installs cpu torch

Python 3.12

  • fails to install due to numpy
Image

If using github repo as source
easiest way is to remove pkuseg from pyproject.toml
no issues installing other than cuda torch needs to be installed after