-
Notifications
You must be signed in to change notification settings - Fork 20
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
Import Error When Running odc.stac
on Colab
#164
Comments
looks like the real issue is that we started using Not sure what version of Dask is in colab, but it's not latest, latest one should have it. You should be able to update Work item for Line 43 in cf7b897
and also on |
Thank you! Your suggestion to upgrade Dask was spot on! I updated Dask to the latest version (dask-2024.7.0), and it resolved the problem perfectly. |
Hi there,
I hope this message finds you well. I encountered an issue while trying to use
odc.stac
in Google Colab. It seems there's an import error related todask.typing
. Below is the code snippet and the full traceback of the error:It appears that there might be an issue with the compatibility between odc.stac and the current version of dask being used. Any guidance on resolving this issue or updating the package to be compatible with the latest versions of dask would be greatly appreciated.
Thank you very much for your time and assistance!
The text was updated successfully, but these errors were encountered: