ResolvePackageNotFound error when installing in Ubuntu using WSL

Hi all,

I'm trying to install qiime2 using conda on my WSL running Ubuntu. I've spent a few hours with google-fu on this forum and others and I just can't figure out the issue.

I am running the command screenshot below:

and am getting a huge list of things that can't be installed.

My output for is below:
(base) tricia@DESKTOP-GA4F98Q:~$ conda info

 active environment : base
active env location : /home/tricia/miniconda3
        shell level : 1
   user config file : /home/tricia/.condarc

populated config files :
conda version : 22.11.1
conda-build version : not installed
python version : 3.10.8.final.0
virtual packages : __archspec=1=aarch64
__glibc=2.35=0
__linux=4.4.0=0
__unix=0=0
base environment : /home/tricia/miniconda3 (writable)
conda av data dir : /home/tricia/miniconda3/etc/conda
conda av metadata url : None
channel URLs : main/linux-aarch64
main/noarch
r/linux-aarch64
r/noarch
package cache : /home/tricia/miniconda3/pkgs
/home/tricia/.conda/pkgs
envs directories : /home/tricia/miniconda3/envs
/home/tricia/.conda/envs
platform : linux-aarch64
user-agent : conda/22.11.1 requests/2.28.1 CPython/3.10.8 Linux/4.4.0-25267-Microsoft ubuntu/22.04.1 glibc/2.35
UID:GID : 1000:1000
netrc file : None
offline mode : False

I appreciate any help!

Hello!

This is a weird error. I can't reproduce it. It looks similar to what happens when you try to install qiime2 on Windows:

Try to install Linux exclusive package unifrac:
conda install -c bioconda unifrac
If it will show the same error, there are issues with your WSL installation.

Cheers,
Valentyn

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