下载Archiconda
wget https://github.com/Archiconda/build-tools/releases/download/0.2.2/Archiconda3-0.2.2-Linux-aarch64.sh
bash Archiconda3-0.2.2-Linux-aarch64.sh
Do you wish the installer to initialize Archiconda3
in your /home/topeet/.bashrc ? [yes|no]
[no] >>>
安装Archiconda过程中,
Do you wish the installer to initialize Archiconda3
in your /home/topeet/.bashrc ? [yes|no]
[no] >>>
输入yes,这一步是配置conda的环境变量
source ~/.bashrc # 重新加载环境变量
conda create -n py37 python=3.7 # 创建一个叫py37的虚拟环境,初始安装3.7版本的python,其中py37为环境名,自定义即可
conda activate py37
在https://elinux.org/Jetson_Zoo根据JetPack版本下载pytorch
pip3 install torch-1.11.0-cp38-cp38-linux_aarch64.whl