记录错误
ERROR conda.core.link:_execute(502): An error occurred while installing package:http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge::backcall-0.2.0-pyh9f0ad1d_0
看到网上很多出现ERROR conda.core.link:_execute(502)一般都是说environment.txt文件有中文名

然而没有解决
重新安装环境任然出现相同的问题,自己在网上将需要的包下载到本地进行 conda install 路径,这个包问题解决,但出现其他包也是同样问题
本文记录了在使用conda安装包时遇到的ERRORconda.core.link:_execute(502)错误及解决过程。错误提示通常与environment.txt文件中的中文名有关。通过下载问题包到本地并使用pip代替conda安装的方法最终解决了问题。
8万+





