-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
pip install faster-whisper and python version #1210
Comments
What was the error? |
--> What was the error?
|
This has no relation to this package or the python version, it's related to how your system and environment is managed |
So why does it appear in one Python version and not in the other? The only difference is the Python version in the Conda environment created. |
I can reproduce it with python 3.10 on an internal server environment, as I said this is not related to this package |
Ok, I investigated it a bit with Conda: It happens if you don't use “python=x.y.z” when creating the environment with Conda. So if you use “conda create --name my_env” instead of “conda create --name my_env python=3.5”. Thanks for the hint. |
The installation in a Conda environment with Python 3.12.7 always gave me an error. A downgrade of Python in a fresh Conda environment to Python 3.11.0 solved the problem.
The text was updated successfully, but these errors were encountered: