Issue
My Raspberry Pi OS is raspios-bullseye-arm64.I successfully installed Anaconda3-2021.05-Linux-aarch64 on Raspberry Pi.I can successfully use the "conda" command.But,When I use "conda listh" or other commands such as "conda activate" I will get an error "Illegal instruction".I want to use conda on Raspberry Pi 64 os.How to solve this problem?
Solution
Temporary solution - don't install latest version. Drop back to Miniconda3-py39_4.9.2-Linux-aarch64.sh (March 2021). Once installed do not update conda. As of this posting Miniconda3-py39_4.10.3-Linux-aarch64.sh (July 2021) doesn't work.
Answered By - rjlabs Answer Checked By - Cary Denson (WPSolving Admin)