How to install scikit learn on Jetson Nano 2GB

How to install scikit learn in jetson nano 2GB. And how to link with or run with jetson-inference?

Hi,

Please try the following command:

$ sudo -H pip3 install scikit-learn

Since both library support python3, you can use it with jetson-inference via import directly.
Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.