首页 > 解决方案 > ERROR conda.core.link:_execute(502):安装包时出错

问题描述

尝试使用 conda 命令安装某些软件包时出错。我正在使用 Ubuntu 18.04 并尝试[EQcorrscan][1]在我的新 conda 环境中安装。重现步骤:

打开终端

conda install colorama numpy scipy matplotlib obspy bottleneck pyproj

收到错误消息:

Preparing transaction: done
Verifying transaction: done
Executing transaction: failed
ERROR conda.core.link:_execute(502): An error occurred while installing package 'conda-forge::colorama-0.4.3-py_0'.
FileNotFoundError(2, "No such file or directory: '/home/yongki/anaconda3/envs/obspy3/bin/python3.6'")
Attempting to roll back.

Rolling back transaction: done

FileNotFoundError(2, "No such file or directory: '/home/yongki/anaconda3/envs/obspy3/bin/python3.6'")

在互联网上寻找解决方案,仍然没有答案。

标签: pythonanacondaconda

解决方案


推荐阅读