-
Notifications
You must be signed in to change notification settings - Fork 145
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
Failed to install scikit-learn 1.4.1 #1115
Comments
Our newest scikit-learn version is 1.3.2, but it's only available for Python 3.9 and 3.10. You may need to change the Python version of your app. If anyone needs a newer version of scikit-learn, please click the thumbs up button above, and post a comment explaining why you need it. |
i have a model in .json that needs to be integrated through chaqoupy.. i need scikit and scipy compatible versions with python 12 |
Why do you need to use Python 3.12? |
librosa version required by the model isn't compatible with python 3.8 libraries..so I'm using 3.12 or 3.11 |
Unfortunately librosa requires Numba, which we currently only support on Python 3.8 (#834 (comment)). |
Failed to install scikit-learn from https://files.pythonhosted.org/packages/da/b4/5d7b9f64d2c3795ac37da3d8bc303be7950e575ec21ac7d0eb9de34fe0d5/scikit-learn-1.4.1.post1.tar.gz#sha256=93d3d496ff1965470f9977d05e5ec3376fb1e63b10e4fda5e39d23c2d8969a30.
how do I overcome this problem..?
The text was updated successfully, but these errors were encountered: