-
Notifications
You must be signed in to change notification settings - Fork 74
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
Bot unable to submit imagecodecs
version 2024.6.1
update
#2691
Comments
FWIW this issue doesn't occur when using the bot request to create the version update PR ( conda-forge/imagecodecs-feedstock#107 ) |
The issue here is that the patch (https://github.com/conda-forge/imagecodecs-feedstock/blob/main/recipe/meta.yaml#L12) does not apply with the new source. The bot downloads the source using the functions in conda-build which attempts to apply the patches. You can see the failure in the |
The reason the issue version request works is that the bot is not attempting to inspect the source code for missing deps in that case. |
Would it make sense for the bot to skip applying patches? |
The bot should have swallowed this error and said the dep analysis did not work. The patch application error is a red-herring. |
Sorry I missed it. What dependency is the bot having issues with? |
Sorry I may have mistyped. The bot uses depfinder and grayskull to look for package deps not in the recipe. |
Oh I see now...
Is there a way for a feedstock to turn these off? |
yes - |
cc @hmaarrfk (for awareness) |
It looks like
imagecodecs
is missing a2024.6.1
updateLooking at the bot log, it is not entirely clear what issue it is running into
The text was updated successfully, but these errors were encountered: