Unable to install Anaconda on jetson nano help?

I tried to Anaconda 3.7 platform on Jetson Nano using the Linux distribution (Anaconda | Anaconda Distribution) but it didn’t work.

Does anyone know what I need to do to install anaconda on NVIDIA Jetson Nanoo?
Thanks

Hi,

You cannot install Anaconda python on the Jetson Nano because there is no support for aarch64 architecture.

Thanks.

Is this the same reason I also cannot install opencv-python?

Hi,

No. Anaconda is a closed source library.
There is no workaround if Anaconda doesn’t support.

OpenCV is an open source API so that it’s possible to enable it on your own.
We have confirmed that python-opencv can be installed directly via apt-get.
Please check this comment for more information:
[url]https://devtalk.nvidia.com/default/topic/1049296/jetson-nano/how-to-install-opencv-python-for-python3-6/post/5325788/#5325788[/url]

Thanks.

A solution was provided on Anaconda for Jetson Nano - Jetson Nano - NVIDIA Developer Forums

I tried it and it works.