nullarbor icon indicating copy to clipboard operation
nullarbor copied to clipboard

Error installing NULLARBOR

Open acgonzalezz opened this issue 3 years ago • 3 comments

When I install miniconda3, i get the message:

UnsatisfiableError: The following specifications were found to be incompatible with the existing python installation in your environment: Specifications:

  • nullarbor -> python[version='2.7.|3.5.|3.6.|<3|>=3.6,<3.7.0a0|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|3.4.'] Your python: python=3.8

I uninstall, and then install Miniconda2, and so I get the message:

bash: /home/qiime2/miniconda3/bin/conda: No such file or directory

What Miniconda should I install 2 or 3? and what command do I use for Nullarbor instalation? I am using:

conda install -c conda-forge -c bioconda -c defaults nullarbor

Thanks

acgonzalezz avatar Oct 28 '20 12:10 acgonzalezz

Hi all, I got the exact same issue too. I failed to install through miniconda.

llk578496 avatar Sep 02 '21 18:09 llk578496

Install Nullarbor into its own conda environment, that way it can have its own version of Python separate to the version you are natively using.

Info on how to do this can be found here https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html

jb2cool avatar Sep 02 '21 19:09 jb2cool

I have just installed nullarbor by creating an environment python=3.6.

Thank you very much for your help!

llk578496 avatar Sep 03 '21 05:09 llk578496