我正在尝试为安装(https://github.com/linzhi2013/MitoZ/)创建环境,但是出现以下错误。有什么建议我需要安装/卸载才能使其正常工作吗?
:~$ conda create -n mitozEnv libgd=2.2.4 python=3.6.0 biopython=1.69 ete3=3.0.0b35 perl-list-moreutils perl-params-validate perl-clone circos=0.69 perl-bioperl blast=2.2.31 hmmer=3.1b2 bwa=0.7.12 samtools=1.3.1 infernal=1.1.1 tbl2asn openjdk
Collecting package metadata (current_repodata.json): done
Solving environment: failed
Collecting package metadata (repodata.json): done
Solving environment: failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
- biopython=1.69 -> reportlab -> pillow[version='>=2.4.0'] -> tk[version='>=8.6.9,<8.7.0a0']
- blast=2.2.31 -> boost=1.60 -> python=3.5 -> tk[version='>=8.6.8,<8.7.0a0']
- ete3=3.0.0b35 -> lxml -> python[version='>=3.6,<3.7.0a0'] -> tk[version='>=8.6.9,<8.7.0a0']
- python=3.6.0 -> tk=8.5
答案 0 :(得分:0)
一次执行一次。
python=3.6
。较新的修订级别可能适用于不同版本的tk,这可以解决您的一些问题。进行这些更改后,请重试,看看仍然存在哪些问题。