nullarbor
nullarbor copied to clipboard
Error installing NULLARBOR
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
Hi all, I got the exact same issue too. I failed to install through miniconda.
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
I have just installed nullarbor by creating an environment python=3.6.
Thank you very much for your help!