I am trying to install the humann2 plugin for qiime2. I have qiime2 installed using conda in a separate env as suggested by qiime2. I also tried it in the qiime2 virtual box version and get the same error. Both are the most recent versions of qiime2 (2017.9).
I followed your instructions(https://github.com/wasade/q2-humann2) and get the following error:
Collecting https://github.com/wasade/q2-humann2/archive/master.zip
Downloading https://github.com/wasade/q2-humann2/archive/master.zip
Collecting qiime>=2.0.0 (from q2-humann2==0.0.2)
Could not find a version that satisfies the requirement qiime>=2.0.0 (from q2-humann2==0.0.2) (from versions: 1.7.0.dev0, 1.8.0, 1.9.0, 1.9.1)
No matching distribution found for qiime>=2.0.0 (from q2-humann2==0.0.2)
When trying to run the commands (qiime2 humann2 ....) it does not recognize "qiime2" to be a command. Suppose that this is due to the above error?
Thanks a lot for any advice on how to proceed!
P.S.: Sorry for opening this also as an issue on github. I read afterwards that you prefer issues to be posted here.