matatonic / openedai-speech

An OpenAI API compatible text to speech server using Coqui AI's xtts_v2 and/or piper tts as the backend.
GNU Affero General Public License v3.0
193 stars 32 forks source link

Docker Build Error #19

Closed hchasens closed 1 month ago

hchasens commented 1 month ago

ERROR: Could not build wheels for TTS, python-crfsuite, sudachipy, which is required to install pyproject.toml-based projects

Dockerfile:11
--------------------
   9 |     
  10 |     COPY requirements.txt /app/
  11 | >>> RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt
  12 |     
  13 |     COPY speech.py openedai.py say.py *.sh README.md LICENSE /app/
--------------------
ERROR: failed to solve: process "/bin/sh -c pip install -r requirements.txt" did not complete successfully: exit code: 1

Fedora Linux arm64 v8

matatonic commented 1 month ago

Can you add --progress=plain and upload the build log (or just the broken part)

matatonic commented 1 month ago

Dup: #17