[Jetson Nano]报错:CondaSSLError: Encountered an SSL error. Most likely a certificate verification issue. Exception
1、问题产生

2、 解决方法:
执行命令,修改./condarc,文件一般在anaconda3的安装路径上
conda config --set ssl_verify false
或者添加镜象源:
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch3d/
或者把https://...改为 http://...

浙公网安备 33010602011771号