Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No matching distribution found for Install

While trying to install scikit-learn using the command:

python -m pip install scikit-learn

It's throwing an error as:

Could not find a version that satisfies the requirement for install(From versions:) No matching distribution found for install

However, in the site_packages folder the file install.py is present. How to remove this issue?

like image 835
Ankita Srivastava Avatar asked Dec 17 '25 22:12

Ankita Srivastava


1 Answers

I know this is an old post, but this same issue kept bugging me for a long time so sharing this in case any other lost soul reaches here. I got it working by using python3 -m pip :

python3 -m pip install scikit-learn
like image 94
nayakasu Avatar answered Dec 20 '25 18:12

nayakasu



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!