I am new to Qiime. I am trying to install qiime2 in windows:
-
As someone who doesn't have a complex knowledge in coding and everything, I can't see where qiime2 fits in the overall picture of operating system. Ubunutu is a WSL that is required for running Qiime2. But all this powershell, miniconda and everything, I'm having a hard time fitting them together. Is there any resource where I can visualize these things together?
-
I followed the installation guide in Natively installing QIIME 2 — QIIME 2 2023.2.0 documentation but once I reach to 'conda install wget', the following stuff pops up.
(base) C:\Users\susan>conda install wget
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- wget
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
Can someone please help me how I should proceed?
Thank you so much.