相关疑难解决方法(0)

如何解释 conda 包冲突?

我正在尝试创建一个包含 3 个包和特定 python 版本的 conda 环境,并获得以下输出:

$ conda create -n testing_junk -y instrain awscli samtools python=3.8
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: |
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed                                                                                                                                                                             \

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions …
Run Code Online (Sandbox Code Playgroud)

python anaconda conda

10
推荐指数
2
解决办法
2861
查看次数

标签 统计

anaconda ×1

conda ×1

python ×1