本文主要是介绍Jetson安装Archiconda3全过程,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1. 下载Archiconda3
下载网址: 发布 ·Archiconda/build-tools --- Releases · Archiconda/build-tools (github.com)
2. 执行命令
bash ./Archiconda3-0.2.2-Linux-aarch64.sh
3. conda换源
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/#设置搜索时显示通道地址
conda config --set show_channel_urls yes
踩坑记录
1. 在创建环境时报错
解决措施:
conda config --set ssl_verify no #禁用SSL验证
这篇关于Jetson安装Archiconda3全过程的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!