Ok I've seen a few people with the same problem but no resolution - I am trying to use lima and isoseq3 packages in bioconda. I've set the channels properly using the --add channels defaults --add channels bioconda --add channels conda-forge --set channel_priority strict
and when I check config --show channels
I get
-conda-forge
-bioconda
-defaults
So, should be good to go. But when I try to install a package, I get a PackagesNotFoundError I am running Python 3.9.13 which Bioconda is supposed to support. Is it worth running an earlier version of python to try to install packages? Or has anyone found a solution to this? Any help is appreciated
What command(s) are you running to install rhe software?