Google collab error. pip install does not work.

#40
by arnabcdrive3 - opened

image

Collecting chatterbox-tts
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.

It will NEVER work in Colab (I tried tens of options unsuccessfuly) until de Chatterbox authors will change the code (or installation .whl file in the package) so that the package will get over these constraints (some of them imposed and documented in this forum recently by the authors) πŸ˜†

  1. Only works with Python 3.11
  2. Requires a very difficult-to-install-in-colab Numpy 1.26
  3. Colab environment requires a totally different version of Numpy (I don't figure it yet because I don't have a verbose log on colab), it is either 1.25 or greater than 2

Until that moment forget abot getting it right in colab, let's hope that someone reads these issues both here and on github (same complaints about same installation crashes at the point of installing the Numpy according to the package wheel)

Sign up or log in to comment