-
Notifications
You must be signed in to change notification settings - Fork 190
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
Latest package version check returns lower version #189
Comments
Hm, the issue is not the linting code, but that there is no such thing as a |
Or better: it seems that defaults just referrers to a dedicated collection of channels. So I guess you have to pinpoint the JDK you want in the anaconda cloud :( |
Hm, I thought I tried just setting this to
but it raised the error. When trying again, this seems to work:
|
(Though I think its weird that it complains about the conda package is not latest available when 8.0.152 > 8.0.144 actually ;-)) |
Actually, I think now you found a bug ;) I will reopen the issue. The bug lives in this Line 552 in 315d995
And it happens when the following condition is met:
In your case, your given version number was "higher", but not present in the conda API query result, this is why you got the weird error. @ewels I am thinking about just collecting all available package versions from the JSON result object, and checking explicitly for the version availability. |
defaults
channel
e.g. when using jdk 8.0.152 to fix issues with fastqc finally:
The text was updated successfully, but these errors were encountered: