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?
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With