You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to your error log, pip cannot find a matching package.
The installation dependencies are defined by the whisperX project. If you think it is an error, please raise an issue in the whisperX project (or pyannote-audio and onnxruntime-gpu project).
I found an issue here: m-bain/whisperX#540
Couldn't run
docker build --build-arg LANG=ja --build-arg WHISPER_MODEL=large-v2 -t whisperx:large-v2-ja .
on Mac M1 Pro 😭Dockerfile:21
19 | # Install whisperX
20 | COPY ./whisperX /code
21 | >>> RUN --mount=type=cache,target=/root/.cache/pip pip install /code
22 |
23 |
ERROR: failed to solve: process "/bin/sh -c pip install /code" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered: