简体   繁体   English

安装etetoolkit时出错。 使用anaconda进行安装时

[英]Error installing etetoolkit. When installing using anaconda

I followed the directions to install etetoolkit for mac. 我跟着指示安装etetoolkit为Mac。

# Install Minconda  (you can ignore this step if you already have Anaconda/Miniconda)
curl -L 'http://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh' -o Miniconda3-latest-MacOSX-x86_64.sh
bash Miniconda3-latest-MacOSX-x86_64.sh -b -p ~/anaconda_ete/
export PATH=~/anaconda_ete/bin:$PATH;

# Install ETE and external tools 
conda install -c etetoolkit ete3 ete_toolchain

# Check installation
ete3 build check

I get an error when I run conda install -c etetoolkit ete3 ete_toolchain 运行conda install -c etetoolkit ete3 ete_toolchain时出现错误

Error: 错误:

UnsatisfiableError: The following specifications were found to be incompatible with the existing python installation in your environment: UnsatisfiableError:发现以下规范与您环境中的现有python安装不兼容:

  • ete3 -> python[version='>=2.7,<2.8.0a0,>=3.5,<3.6.0a0,>=3.6,<3.7.0a0'] ete3-> python [version ='> = 2.7,<2.8.0a0,> = 3.5,<3.6.0a0,> = 3.6,<3.7.0a0']
  • ete_toolchain -> python[version='>=2.7,<2.8.0a0,>=3.5,<3.6.0a0,>=3.6,<3.7.0a0' ete_toolchain-> python [版本='> = 2.7,<2.8.0a0,> = 3.5,<3.6.0a0,> = 3.6,<3.7.0a0'
  1. I ran the [package installer][2] for anaconda 3.7. 我为anaconda 3.7运行了[package installer] [2]。 (I don't think I actually had to do this.) (我认为我实际上不必这样做。)
  2. From terminal run: conda install python=2.7 从终端运行: conda install python=2.7
  3. Then conda install -c etetoolkit ete3 ete_toolchain 然后conda install -c etetoolkit ete3 ete_toolchain

Then I verified this worked by running ete3 build check . 然后,我通过运行ete3 build check验证了此方法。 In the results clustalo: MISSING displayed, but that's a new problem to solve. 结果显示clustalo: MISSING ,但这是一个新的要解决的问题。

UPDATE 更新

The final problem was solved by running conda install -c etetoolkit ete3_external_apps 通过运行conda install -c etetoolkit ete3_external_apps解决了最终问题

There is a type-o in the instructions given by ete3. ete3给出的指令中有一个type-o。 Use this instead. 改用它。

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

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