Issues Running the Google Colab Notebook
#36
by
LuayA
- opened
Hi, when I try to run the notebook I get: ModuleNotFoundError: No module named 'chatterbox'
Which after installing !pip install chatterbox-tts I get:
Using cached chatterbox_tts-0.1.4-py3-none-any.whl.metadata (9.2 kB)
Collecting numpy<1.26.0,>=1.24.0 (from chatterbox-tts)
Using cached numpy-1.25.2.tar.gz (10.8 MB)
Installing build dependencies ... done
error: subprocess-exited-with-error
Γ Getting requirements to build wheel did not run successfully.
β exit code: 1
β°β> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
Γ Getting requirements to build wheel did not run successfully.
β exit code: 1
β°β> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.```
Any advice on how to fix this issue to run the notebook?