Open cmeesters opened 8 months ago
Hi @cmeesters
Can you try the following?
mamba create -n test-salmon -c conda-forge -c bioconda 'salmon=1.10.2-0'
This worked for me.
Thanks, but alas:
<snip>
Could not solve for environment specs
The following package could not be installed
└─ salmon 1.10.2-0** is not installable because it requires
└─ boost-cpp >=1.78.0,<1.78.1.0a0 , which conflicts with any installable versions previously reported.
Moreover the env I would like to use salmon in currently has boost v1.84.0.
same is true for 1.10.3
Hi,
When attempting to install salmon in an otherwise empty environment, using
$ mamba install salmon=1.10.2-0
I getAny help is appreciated.
Cheers Christian