问题描述
ERROR conda.core.link:_execute(502): An error occurred while installing package ‘conda-forge::colorama-0.4.4-pyh9f0ad1d_0’.
FileNotFoundError(2, “No such file or directory: ‘XXXX/bin/python3.7’”)
Attempting to roll back.
看别的帖子都是说environment.txt这个文件有中文名,但是我根本没这个文件啊。。。
解决方案
更新源
conda update -n base -c defaults conda

在尝试安装conda-forge::colorama-0.4.4时遇到错误,系统报告找不到bin/python3.7文件。解决建议包括检查文件路径的正确性和尝试更新conda源至默认。





