-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package enviornment pulling in old dependencies #10862
Comments
This looks for me like the update is preferring |
Just to mention, I saw a similar behaviour a few times. I my case it was always related to the command updating channel_priority: True
channels:
- bioconda
- conda-forge
- defaults Most of the time I got it solved using something like |
Tagging @bounlu to see if trying any of this helps in his case. |
Looks like it could be related to features (see discussion here about similar issue with For instance, referring to my last example, the following file allows to restrict pinned_packages:
- conda-forge::blas Could it be a solution with minor side-effects? |
I had a user report this in the salmon repository, but it seems more related to bioconda and the current packaging. I don't know what might cause this, so any suggests are welcome! The original report is copied below (and due to @bounlu, who I am tagging here):
ok, this is not really a bug but I think it needs attention.
i am using anaconda environment for many tools and keep it updated as much as possible with the
conda update --all
command. but the bottleneck is salmon, which has very old dependencies, and it's a dilemma either to update salmon from 0.8.1 (pretty old buggy version) to the latest one (0.11.3) and downgrade a bunch of other important packages, or vice versa.Describe the bug
a bug is a species of animal kingdom, a small insect (just kidding)
To Reproduce
Steps and data to reproduce the behavior:
Expected behavior
salmon should be updated to the latest version without the requirement of downgrading of its dependencies.
Linux nscc04 2.6.32-696.30.1.el6.x86_64 #1 SMP Fri May 18 11:50:44 EDT 2018 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: