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:
Check below step.
pip3 install --upgrade setuptools
sudo pip3 install -U setuptools
sudo apt-get install libpcap-dev libpq-dev
sudo pip3 install cython
sudo pip3 install git+https://github.com/scikit-learn/scikit-learn.git
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:
scikit-learn:main
← cmarmo:scipy-1.0.0
opened 09:37AM - 10 May 21 UTC
#### Reference Issues/PRs
Closes #19705, closes #20084.
#### What does this … implement/fix? Explain your changes.
Pushes Scipy minimum version to 1.1.0.
Pushes Numpy minimum version to 1.14.5.
Pushes matplotlib minimum version to 2.2.2 for compatibility with python3.7
Drop 3.6 builds.
Configure Azure builds to run on ubuntu Focal 20.04 LTS.
Adds one bionic 18.04 LTS azure build with scipy from conda-forge and python 3.7
Move the Linux 32bit build from ubuntu to Debian 10 as debian still support 32bit and is distributed with python 3.7.
#### Any other comments?
Before I start fixing the version conflicts, please, let me know if the defined set of builds fits your requirements. Thanks.
maybe ping ... @ogrisel , @thomasjpfan , @rth ?
Could you install an older version that doesn’t include the commit? For example. 1.0.2 ?
Thanks.
system
Closed
October 10, 2023, 5:27am
7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.