Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The latest conda does not install on the NIVIDA Nano #25

Open
dmccreary opened this issue Sep 2, 2023 · 0 comments
Open

The latest conda does not install on the NIVIDA Nano #25

dmccreary opened this issue Sep 2, 2023 · 0 comments

Comments

@dmccreary
Copy link
Collaborator

You have to drop back to the python 3.7 for Linux 4.9.2 version

#!/bin/sh
# install conda on the ARM architecture 64 bit
# see: https://github.com/conda/conda/issues/10723
MINICONDA3=Miniconda3-py37_4.9.2-Linux-aarch64.sh
wget -nc https://repo.continuum.io/miniconda/$MINICONDA3 -P ~/Downloads
chmod +x ~/Downloads/$MINICONDA3
~/Downloads/$MINICONDA3 -bf
source ~/miniconda3/bin/activate base
conda create -n arl python=3.9
conda activate arl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant