I just installed the latest raspberry OS "2022-04-04-raspios-bullseye-arm64-lite.img.xz". Then I want to install miniconda. I downloaded the latest "Miniconda3 Linux-aarch64 64-bit" and running
bash Miniconda3-py39_4.12.0-Linux-aarch64.sh
After answer 'yes'
Please answer 'yes' or 'no':'
>>> yes
Miniconda3 will now be installed into this location:
/home/pi/miniconda3
- Press ENTER to confirm the location
- Press CTRL-C to abort the installation
- Or specify a different location below
[/home/pi/miniconda3] >>>
PREFIX=/home/pi/miniconda3
Unpacking payload ...
Miniconda3-py39_4.12.0-Linux-aarch64.sh: line 413: 1590 Illegal instruction "$CONDA_EXEC" constructor --prefix "$PREFIX" --extract-conda-pkgs
I got "1590 Illegal instruction" error, and conda is not installed at all. So how can I correctly install miniconda on raspberry OS?