因為ARM架構不能安裝Anaconda,所以有個Archiconda可以安裝,請參考Github連結
https://github.com/Archiconda/build-tools
請先看release
https://github.com/Archiconda/build-tools/releases
wget https://github.com/Archiconda/build-tools/releases/download/0.2.3/Archiconda3-0.2.3-Linux-aarch64.sh
bash Archiconda3-0.2.3-Linux-aarch64.sh
其他就一樣
如果下conda指令找不到請參考下方指令
source /home/desktop/archiconda3/etc/profile.d/conda.sh
然後建立環境
conda create -n Python310 python=3.10