Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with Python3.13.1 - No matching distribution found for ctranslate2<5,>=4.0 #1853

Open
sasidharan-rathinam opened this issue Feb 6, 2025 · 4 comments

Comments

@sasidharan-rathinam
Copy link

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:

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?

@doublex
Copy link

doublex commented Feb 11, 2025

Did you find a solution?

@xlj-my
Copy link

xlj-my commented Feb 14, 2025

I encountered the same problem, and finally I lowered the python version to 3.11

@Fangknife
Copy link

Same error, on windows 11, & going from python 3.13 to 3.12 solved it.

@sasidharan-rathinam
Copy link
Author

Did you find a solution?

No i downgraded to 13.12.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants