*
sudo apt install python3-pip
1. Download
go to the below link
https://forums.developer.nvidia.com/t/pytorch-for-jetson/72048
PyTorch for Jetson
Below are pre-built PyTorch pip wheel installers for Jetson Nano, TX1/TX2, Xavier, and Orin with JetPack 4.2 and newer. Download one of the PyTorch binaries from below for your version of JetPack, and see the installation instructions to run on your Jetson
forums.developer.nvidia.com
download from "pytorch pip wheels"
jetpack 5
sudo apt-get install python3-pip libopenblas-base libopenmpi-dev libomp-dev
pip install numpy scipy Cython
sudo apt-get install libopenblas-dev
pip3 install torch-[downloaded_file].whl
pip install torchvision==0.13.0
https://docs.nvidia.com/deeplearning/frameworks/install-pytorch-jetson-platform/index.html
Installing PyTorch for Jetson Platform - NVIDIA Docs
Installing PyTorch for Jetson Platform
docs.nvidia.com
https://forums.developer.nvidia.com/t/pytorch-for-jetson/72048
PyTorch for Jetson
Below are pre-built PyTorch pip wheel installers for Jetson Nano, TX1/TX2, Xavier, and Orin with JetPack 4.2 and newer. Download one of the PyTorch binaries from below for your version of JetPack, and see the installation instructions to run on your Jetson
forums.developer.nvidia.com
* dependencies
* error
ImportError: libopenblas.so.0: cannot open shared object file: No such file or directory
sudo apt-get install libopenblas-dev
https://velog.io/@alirz-pixel/blas
[blas] error whlie loading shared libraries: libopenblas.so.0 문제 해결하기
error while loading shared libraries: libopenblas.so.0: cannot open shared object file: No such file or directory 오류 해결하기
velog.io
'HowToInstall' 카테고리의 다른 글
ROS Foxy Install (1) | 2024.09.08 |
---|---|
OpenCV Installation on Jetson Xavier NX (1) | 2023.10.29 |
OpenCV 설치 OpenCV Install (0) | 2023.08.21 |
VScode Install in Jetson Xavier NX (0) | 2023.06.28 |
librealsense / realsense SDK Build and Install in Jetson Xavier NX (0) | 2023.06.28 |