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
I am trying to install faster-whisper on my docker container python:3.13.1-bullseye but facing issue with No matching distribution found for ctranslate2<5,>=4.0
Dockerfile:
FROM python:3.13.1-bullseye as base
USER root
RUN pip install faster-whisper==1.1.1
Error:
> [2/2] RUN pip install faster-whisper==1.1.1:
2.212 Collecting faster-whisper==1.1.1
2.534 Downloading faster_whisper-1.1.1-py3-none-any.whl.metadata (16 kB)
7.255 INFO: pip is looking at multiple versions of faster-whisper to determine which version is compatible with other requirements. This could take a while.
7.256 ERROR: Could not find a version that satisfies the requirement ctranslate2<5,>=4.0 (from faster-whisper) (from versions: none)
7.768
7.768 [notice] A new release of pip is available: 24.3.1 -> 25.0
7.768 [notice] To update, run: pip install --upgrade pip
7.769 **ERROR: No matching distribution found for ctranslate2<5,>=4.0**
Could you help me how can I install faster-whisper/ctranslate2 with python:3.13.1?
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to install faster-whisper on my docker container python:3.13.1-bullseye but facing issue with
No matching distribution found for ctranslate2<5,>=4.0
Dockerfile:
Error:
Could you help me how can I install faster-whisper/ctranslate2 with python:3.13.1?
The text was updated successfully, but these errors were encountered: