在尝试conda install命令时(例如,在尝试geopandas install时),我得到以下错误。
Preparing transaction: done
Verifying transaction: done
Executing transaction: failed
ERROR conda.core.link:_execute(502): An error occurred while installing package 'defaults::attrs-20.3.0-pyhd3deb0d_0'.
FileNotFoundError(2, 'The system cannot find the file specified', None, 2, None)有人能帮帮忙吗?
发布于 2020-12-25 03:02:51
用conda update conda --yes更新你的conda
同样,在Github的conda仓库的这一期中,有些人也有同样的问题,请查看以下内容:https://github.com/conda/conda/issues/9761
https://stackoverflow.com/questions/65441536
复制相似问题