简体   繁体   English

无法在 anaconda 中安装 pal2nal package

[英]Unable to install pal2nal package in anaconda

I am new here and also just learning how to work in anaconda, so I would like to ask for help.我是新来的,也刚刚学习如何在 anaconda 工作,所以我想寻求帮助。 I need some packages installed to be able to run my sequence analysis and calculate dN/dS ratio.我需要安装一些软件包才能运行我的序列分析并计算 dN/dS 比率。 For that I need paml, clustal omega, prank, blast and pal2nal packages to be installed.为此,我需要安装 paml、clustal omega、prank、blast 和 pal2nal 软件包。 I'm working in Windows 10 (unfortunately, but no other way - working laptop).我在 Windows 10 工作(不幸的是,但没有其他方法 - 工作笔记本电脑)。

I have been trying to install pal2nal package in anaconda using conda, bioconda, pip commands and I always get the same error.我一直在尝试使用 conda、bioconda、pip 命令在 anaconda 中安装 pal2nal package,但我总是遇到同样的错误。

My tries: conda install -c bioconda pal2nal, conda install -c anaconda pal2nal, conda install pal2nal, pip install pal2nal (it doesn't exist among python packages) and I even tried to create a new environment and install it there but no luck. My tries: conda install -c bioconda pal2nal, conda install -c anaconda pal2nal, conda install pal2nal, pip install pal2nal (it doesn't exist among python packages) and I even tried to create a new environment and install it there but no luck . It's the same with the rest of the packages.与封装的 rest 相同。

The message what I always get is: Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve.我总是得到的消息是:收集 package 元数据(current_repodata.json):完成求解环境:初始冻结求解失败。 Retrying with flexible solve.使用灵活的求解重试。 Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.解决环境:来自 current_repodata.json 的 repodata 失败,将使用下一个 repodata 源重试。 Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve.收集 package 元数据(repodata.json):完成求解环境:初始冻结求解失败。 Retrying with flexible solve.使用灵活的求解重试。 Solving environment: / Found conflicts.解决环境:/发现冲突。 Looking for incompatible packages.寻找不兼容的软件包。 This can take several minutes.这可能需要几分钟。 Press CTRL-C to abort.按 CTRL-C 中止。 failed失败的

UnsatisfiableError:无法满足的错误:

Does anyone know why I always get this error and maybe what to do to be able to install these packages?有谁知道为什么我总是会收到这个错误,也许该怎么做才能安装这些软件包?

Thank you very much for help!!非常感谢您的帮助!!

Sorry, but that package is only available through Bioconda and Bioconda does not support Windows natively.抱歉,package 只能通过 Bioconda 获得,而 Bioconda 本身不支持 Windows。

在此处输入图像描述

Instead, you will need to work with a virtualization or containerization layer such as WSL or Docker/Singularity.相反,您将需要使用虚拟化或容器化层,例如 WSL 或 Docker/Singularity。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM