Software installation problems.

Hello everyone,

I would like to install Quiime2 with WSL on my PC.
I followed the installation steps on the website Natively installing QIIME 2 — QIIME 2 2022.11.1 documentation

However, when I enter the following command: bash Anaconda3-2021.11-Linux-x86_64.sh the Linux Shell returns "no such file or directory".
I can't create a conda environment either with the command: conda env create -n qiime2-2021.11 --file qiime2-2021.11-py38-linux-conda.yml

Would you have another method or do you know another site or find other installation tutorials.

Thanks in advance.

Welcome to the forums! :qiime2:

I think I have discovered the problem:

You are calling Anaconda3-2021.11-Linux-x86_64.sh, but the Qiime2 install instructions call for Miniconda3-latest-Linux-x86_64.sh

(Also, WSL is a type of Linux, so make sure you are using the Linux instructions.)

1 Like

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