QIIME2 environment 2024.5 to 2023.7 error

I have just installed QIIME2 and am on 2024.5 version. however, the analyses I need to run require 2023.7 version but I have been unable to install It correctly. Any help and useful code to use is greatly appreciated!

  • Version of QIIME 2 you are running, and how it is installed (e.g. Virtualbox, conda, etc.)
  • What is the exact command or commands you ran? conda update condo, conda activate qiime2-2023.7, condo config, conda env create -n qiime2-2023.7...
  • What is the exact error message? It keeps saying that command not found: qiime after I install 2023.7 after using the command qiime2 --version

Hi @Praveen_Puviindran,

You've listed that you ran the following commands:

conda update condo
conda activate qiime2-2023.7
condo config
conda env create -n qiime2-2023.7

When you provide commands that you ran, can you please copy/paste the entire output from your command line so that we can see the exact order that you ran these commands in, along with the output you received (i.e. any error messages or confirmations of success, etc)?

When you ran conda env create... did you receive a confirmation message that the environment was successfully created? Can you also provide the output on your machine of the following command: conda env list

Thanks!

2 Likes

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.