conda install -c bioconda simlord | UnsatisfiedError

conda install -c bioconda simlord | UnsatisfiedError

按照此教程和两个安装步骤,我想跑步SimLoRD

在 上Ubuntu 18.04,使用Python 3.9venv:

conda install -c bioconda simlord
UnsatisfiedError

终端输出

我曾尝试过这个Windows,并Linux使用了不同的版本Anaconda,但Python都没有成功。


建议pip install simlord==1.0.4通过。Windows 10

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Windows pip 安装错误

答案1

BioStars 的解决方案。TLDR;Python 3.6.5是用于安装和运行的最新稳定版本SimLoRD

相关内容