I am trying to install QIIME2 in windows using Ubuntu but I keep getting the error message "Found conflicts! Looking for incompatible packages..." after inputting 'conda env create -n qiime2-amplicon-2024.10 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.10-py310-linux-conda.yml', it proceeds to run for hours and fails to install. I also see a packages not found error and it says qiime2 is not available from current channels. What channel do I need and how do I install it?
1 Like
Hi @drchase and welcome to the forum
Could you please share the full error message you are obtaining?
Also, you may want to run conda config --get channel_priority
and check if is set to 'flexible'. If that is not the case, you can change it with conda config --set channel_priority flexible
.
If that is not working, could you also share your Ubuntu version?
Best,
Sergio
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.