Archiconda3

hello i tried following the procedure by: Anaconda for Jetson Nano - #12 by krunal

i get an error: "FileNotFoundError(2, “No such file or directory: ‘/home/eppl/archiconda3/bin/python3.6’”)
"

can i just change the installation to my most recent python: 3.7.2? or does it only work with python 3.6? would i have to uninstall python 3.7 and install 3.6?

thank you for your time

Hi,

Have you also changed the command to Python 3.7 accordingly?
For example,

conda install -y python=3.6.7 libiconv && \

Thanks.

i found a different way thank you

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.