【发布时间】:2021-12-12 17:49:28
【问题描述】:
我正在尝试在 conda 环境中安装 VEP,但一直失败。我已经尝试过正常的安装过程:
conda install -c bioconda ensembl-vep
但会出现以下错误,这些错误运行了大约一个小时并最终失败:
$ conda install -c bioconda ensembl-vep
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: | ^[failed with initial frozen solve. Retrying with flexible solve.
Solving environment: -
我也尝试过创建新环境并安装,但仍然失败。
conda create -n ensembl-vep -c conda-forge -c ensembl-vep
还有什么想法吗??
【问题讨论】:
-
什么操作系统? Bioconda 不支持 Windows,Mamba 报告缺少 osx-64 的
t_coffee依赖项。基本上,这似乎只能在 linux-64 平台上运行。
标签: installation conda