CS-SI / eodag-labextension

Jupyterlab extension for EODAG search
Apache License 2.0
18 stars 2 forks source link

Python 3.11 #129

Closed ebjorntvedt-csgroup closed 7 months ago

ebjorntvedt-csgroup commented 7 months ago

Hi Sylvain,

we are using the EODAG JupyterLab extension on the DPR project. We have recently moved our baseline to Python 3.11, which has broken the support for the EODAG extension.

I have seen that EODAG itself supports Python 3.11. Do you plan to also upgrade the extension to support Python 3.11 and if yes, in which timeframe ?

Thanks a lot

ebjorntvedt-csgroup commented 7 months ago

Finally, the experienced problem was not due to lacking support of Python 3.11, but a change in the installation from pip to mamba. When the extension is installed with pip and Python 3.11, it is available in JupyterLab.

I am closing the issue, sorry for the noice.