在ubuntu上装conda create遇到了这个问题
参考:https://blog.csdn.net/great_yzl/article/details/128471255
在cmd中输入conda create --name torchreid python=3.8后出现Solving environment: killed
解决方法如下
添加 Anaconda Python 免费仓库:
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
检查Anaconda的config:查看channel个数以及格式,显然觉得有一个是有问题的:
conda config --show
或者可以使用 下面命令换回默认源:
conda config --remove-key channels