m1 芯片安装Miniforge 最好,直接安装anaconda 可能存在兼容性的问题,
到这里来下载:https://github.com/conda-forge/miniforge#download
下载标记的那个文件
然后进入到对应的文件夹下面,执行 sh Miniforge3-MacOSX-arm64.sh
一路yes到底
然后更换源地址
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
确认回车运行没问题后,打开访达,搜索condarc,打开此文件
找到- dafaults此行,删除此行后退出
输入 conda config --show 可以看到添加进去的源地址