I installed anaconda but when I ran conda init doesn't work,I'm using ssh to install that on a remote jetson nano ( ARM architecture).
Asked
Active
Viewed 2,931 times
1 Answers
7
I faced the similar issue while using miniconda. I tried to downgrade miniconda version from 4.10.1 to 4.9.2, and then the problem solved. Maybe you should install older version of anaconda.

Hao-Chieh Kuo
- 319
- 1
- 5
-
Ah, perfect. For any future readers, this did work for me as well on both of my ubuntu installations. – sc4s2cg Dec 12 '21 at 18:04
-
4Spoke too soon. While it's fixed in (base), my other environments get the same error when pip installing anything. – sc4s2cg Dec 12 '21 at 18:11
-
Worked for me using Miniconda3-py39_4.9.2-Linux-aarch64.sh. The link to download: https://repo.anaconda.com/miniconda/ – Jesuisme Oct 11 '22 at 17:56