We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You have to drop back to the python 3.7 for Linux 4.9.2 version
The text was updated successfully, but these errors were encountered: