samtools 和 trinity 导致 conda env 不一致
我正在尝试在 conda 中安装 Busco、detonate 和 transrate,但我不断收到此错误:
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:
- bioconda/linux-64::samtools==1.11=h6270b1f_0
- bioconda/linux-64::trinity==2.9.1=h8b12597_0
这是我输入的命令
conda install -c bioconda busco -y
到目前为止,我已尝试将 conda-forge 和 bioconda 添加到我的频道,然后我尝试过更新 samtools 和 trinity,并使用 conda 安装 anaconda。尝试任何这些事情都会带来与上面相同的错误。
关于我应该尝试的其他事情有什么想法吗?
谢谢!
I'm trying to install busco, detonate, and transrate in conda but I keep getting this error:
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:
- bioconda/linux-64::samtools==1.11=h6270b1f_0
- bioconda/linux-64::trinity==2.9.1=h8b12597_0
This is the command I enter
conda install -c bioconda busco -y
So far, I've tried adding conda-forge and bioconda to my channels, and then I've tried updating samtools and trinity, and conda install anaconda. Attempting any of these things just brings the same error as above.
Any ideas on other things I should try?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将所有内容安装到新的 conda 环境中。看起来好像有什么东西(可能是一些不相关的东西)正在将某些东西固定在您的环境中。如果您无法在新环境中安装软件包,请将其报告给配方维护人员。
Try installing everything into a fresh conda environment. It looks like something, possibly something unrelated, is pinning things in your environment. If you can't install a package in a fresh environment, report it to the recipe maintainers.