problem in installing Qiime2

(base) PS C:\Users\CSS> wget https://data.qiime2.org/distro/core/qiime2-2020.8-py36-linux-conda.yml

StatusCode : 200
StatusDescription : OK
Content : channels:
- qiime2/label/r2020.8
- conda-forge
- bioconda
- defaults
dependencies:
- _libgcc_mutex=0.1
- _openmp_mutex=4.5
- _r-mutex=1.0.1
- alsa-lib=1.2.3
- arb-bio-tools=6.0.6
-...
RawContent : HTTP/1.1 200 OK
Connection: keep-alive
Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
Strict-Transport-Security: max-age=31536000
X-Content-Type-Options: nosniff
...
Forms : {}
Headers : {[Connection, keep-alive], [Content-Security-Policy, default-src 'none'; style-src
'unsafe-inline'; sandbox], [Strict-Transport-Security, max-age=31536000], [X-Content-Type-Options,
nosniff]...}
Images : {}
InputFields : {}
Links : {}
ParsedHtml : mshtml.HTMLDocumentClass
RawContentLength : 8954

conda env create -n qiime2-2020.8 --file qiime2-2020.8-py36-linux-conda.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:

  • q2-deblur=2020.8.0
  • bioconductor-biocparallel=1.16.6
  • scikit-bio=0.5.5
  • libstdcxx-ng=9.3.0
  • perl-compress-raw-bzip2=2.087
  • arb-bio-tools=6.0.6
  • bioconductor-rsamtools=1.34.0
  • perl-list-moreutils-xs=0.428
  • perl-business-isbn-data=20140910.003
  • perl-ntlm=1.09

Facing problem in installing the Qiime2

Welcome to the forum, @pranayaparida.

Can you tell us a little more about your system, and how you're trying to install? Are you trying to install the linux conda package from a Windows command prompt?

Best,
Chris :deer:

Thank you Chris,
I am using Winodws system and installed anaconda (miniconda3 version), installed wget and then used the command “wget https://data.qiime2.org/distro/core/qiime2-2020.8-py36-linux-conda.yml” and then
conda env create -n qiime2-2020.8 --file qiime2-2020.8-py36-linux-conda.yml
(provided in the qimme 2 site for installation)
and i have already posted the issue it appears

Thanks, @pranayaparida!
I’m not sure if this is your issue, but QIIME 2 does not support native windows installation.

There are some great options for using QIIME 2 on Windows on the installation page, including running QIIME 2 in a virtual machine, and (if you are using Windows 10), installing natively from within the windows subsystem for linux (WSL).

Hope that helps,
Chris

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