-
Notifications
You must be signed in to change notification settings - Fork 2
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
openeo-processes-dask 2024.1.1 gives AttributeError: module 'openeo_processes_dask.specs' has no attribute 'apply_kernel' #39
Comments
cc @m-mohr |
as quickfix I prevented installing 2024.1.1 in b97d890 Better solution might be to skip this |
Looks like a bug introduced through Open-EO/openeo-processes-dask#186 @GeraldIr |
This issue should have been fixed by the newest openeo-processes-dask version: https://github.com/Open-EO/openeo-processes-dask/releases/tag/2024.1.2 |
with 2024.1.2 the "apply_kernel" issue is indeed gone, but I now get the problem with "mask": e.g.
|
In 505e6d3 I also black-listed 2024.1.2 in pyproject.toml for now |
Just played with dask runner, and one of the current struggles is
apparently downgrading openeo-processes-dask to 23.11.6 instead of 2024.1.1 (currenlty highest) is workaround
The text was updated successfully, but these errors were encountered: