q2-srs python incomptability

Hi all,

Not sure if it's appropriate to continue this thread or if I should start a new one, but either way I'm having a problem installing q2-srs.

This issue I'm running into is that my python version seems to be newer than the python version this package wants (at least that is my non-expert interpretation of the following error):

conda install -c vitorheidrich q2_srs
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: \
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed

UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:

Specifications:

  • q2_srs -> python=3.6

Your python: python=3.8.8

If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Note that conda will not
change your python version to a different minor version unless you explicitly specify
that.

Thoughts on how to get this plugin working?

Thanks - Becky

2 Likes

Hi,

Thank you for reporting this! Maybe you should have started a new topic in Community Plugin Support section, but I'll reply you here and then I guess the moderators can split these recent posts into a new topic.

I updated the conda recipe so that the conda install works for recent python versions. Just follow the install instructions again and hopefully you'll be able to use q2-srs.

Sorry for this inconvenience,

Vitor

4 Likes