conda install -y -c conda-forge -c bioconda anvio=6.1
I got following error:
(anvio-6.1) C:\>conda install -y -c conda-forge -c bioconda anvio=6.1
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 each other:
Output in format: Requested package -> Available versions
Looks like I need an other version of one of the packages, but I don't know which package is meant by this error and also not which version is required.
Can anyone help me solving this problem?
Many thanks in advance!
Mirja
--
Anvi'o Paper: https://peerj.com/articles/1319/
Project Page: http://merenlab.org/projects/anvio/
Code Repository: https://github.com/meren/anvio
---
You received this message because you are subscribed to the Google Groups "Anvi'o" group.
To unsubscribe from this group and stop receiving emails from it, send an email to anvio+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/anvio/5483b3b5-e853-4ce0-9f56-3363b3706a0b%40googlegroups.com.
Hi Mirja,If you want to install anvi'o on Windows you must use the Linux Subsystem for Windows. It is very convenient and easy.Thank you both very much,
On Tue, Feb 18, 2020 at 4:55 AM Mirja G <mirja....@gmail.com> wrote:
--Dear Kurt,Thanks for your advice, but unfortunately none of your suggestions worked.. It seems that I have to use Linux for installing and use of anvio.But thanks for the suggestions!Mirja
Am Dienstag, 18. Februar 2020 00:18:26 UTC+1 schrieb Kurt Y:Hi Mirja,It looks like for some reason it could not find the version of Anvio you requested for some reason (Ive used that exact command before and it worked no problem on a linux system). Can you run conda install anvio ? It should still install the latest stable version even when not specifying 6.1.If that doesnt work hopefully someone else has a better suggestion! You could also try making sure your conda is up to date, and specifying python 3.6.9 when you're setting up the environment, that's the specific sub-version mine works in.Best,Kurt
Anvi'o Paper: https://peerj.com/articles/1319/
Project Page: http://merenlab.org/projects/anvio/
Code Repository: https://github.com/meren/anvio
---
You received this message because you are subscribed to the Google Groups "Anvi'o" group.
To unsubscribe from this group and stop receiving emails from it, send an email to an...@googlegroups.com.
I have some side problems on the WSL, so I wanted to install anvi'o directy on Windows.