qiime2 installation error

Hi,
I am trying to install qiime2 using conda, but it keeps giving conflict error-

jsb562@pallas:~$ conda install -c qiime2/label/r2018.6 qiime2
Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:

  • ipaddress
  • qiime2
    Use "conda info " to see the dependencies for each package.

How to resolve this issue?
Thanks

Hi @shashankgpt,

That’s not really a recommended way to install QIIME 2 (you won’t have any plugins for example and no interfaces other than the Artifact API).

You would also need a few more channels set for the command to work, but in any-case, you should follow these instructions instead:

https://docs.qiime2.org/2018.8/install/native/

Hope that helps!

1 Like

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