How to Install Scikit-Learn

I am unable to install scikit learn library (in python) on on jetson nano?

Hi,

You can find some info on the forum.
For example:

Thanks.

I follow all the steps, all the steps is working but last step is not i.e., [quote]
sudo pip3 install git+https://github.com/scikit-learn/scikit-learn.git
[/quote]
It says scikit-learn can install in python 3.8 or above but not in python 3.6…

Hi,

It looks like the library dropped Python 3.6 from the below commit:

Could you install an older version that doesn’t include the commit? For example. 1.0.2?
Thanks.