You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While openeo-aggregator as a package is relatively easy, it's not that straightforward to install.
it depends on openeo-python-driver, so one has to add --extra-index-url https://artifactory.vgt.vito.be/api/pypi/python-openeo/simple to pip install to make sure an appropriate version can be found
From some initial testing I think we can only guarantee at the moment that the aggregator works on python 3.8 (where we test) and python 3.11 (where we run it in production). (Note that it is already a bit of problem that we don't test in the environment where we run it).
While openeo-aggregator as a package is relatively easy, it's not that straightforward to install.
--extra-index-url https://artifactory.vgt.vito.be/api/pypi/python-openeo/simple
topip install
to make sure an appropriate version can be foundThe text was updated successfully, but these errors were encountered: