I am trying to build scikit-learn =0.13.1 on my Jetson board. This particular version had following dependencies:
i. python>=2.6
ii. setuptools
iii. numpy >= 1.3
iv. scipy>=0.7
v. c,c++ complier
I met these dependencies:
i. python=3.6.9
ii. setuptool =57.4.0
iii. numpy= 1.16.1
iv. scipy = 1.2.0
v. gcc, g++ and gfortran compilers installed
I am able to build scikit-image but scikit-learn is getting failed in build. I am attaching a screenshot of the error