marbl / verkko

265 stars 27 forks source link

incompatibility with the conda environment #232

Closed gauravcodepro closed 4 months ago

gauravcodepro commented 4 months ago

recent incompatibility with the conda environment if you use the conda installation of the verkko using the $conda create -n verkko -y && conda install -n verkko -c bioconda -c defaults verkko failed

UnsatisfiableError: The following specifications were found to be incompatible with your system:

Your installed version is: 2.28

any suggestions?.

skoren commented 4 months ago

I'm not a conda expert but I do see that you're missing coda-forge in the list of install locations, I'd suggest adding that first (e.g. conda create -n verkko -c conda-forge -c bioconda -c defaults verkko). You can also make sure the clean environment is activated before trying to install verkko. Failing that, my suggestion would be to compile from source.

gauravcodepro commented 4 months ago

@skoren thank you for the reply and will do the same. I will let you know.

gauravcodepro commented 4 months ago

@skoren thank you and it worked now. A new conda terminal update would be better to do if you have to get it sorted. alles super, gaurav