Skip to content

Jetson Nano 3: Jetpack 4.6.1 Install Numpy, Scipy, Cython, Shapely and more

Loading

Install Numpy, Scipy, Cython, Shapely and more

As first step clone the repository consists of all the scripts

git clone https://github.com/epratheeban/jetson_nano_setup.git

The script 3_install_basic_python_packages.sh consists of sample installation version of various python packages such as

  • Cython
  • numpy
  • scipy
  • getmac
  • pandas
  • setuptools
  • shapely

and the deb packages required for shapely installation in order.

After cloning make script executable

chmod +x 3_install_basic_python_packages.sh

then install

./3_install_basic_python_packages.sh

This will take at least 15 to 20 minutes to install all the mentioned libraries

Leave a Reply

Your email address will not be published. Required fields are marked *