CS-SI / eodag

Earth Observation Data Access Gateway
https://eodag.readthedocs.io
Apache License 2.0
328 stars 45 forks source link

eodag.rest ImportError in CLI #1414

Closed sbrunato closed 3 days ago

sbrunato commented 4 days ago

Following https://github.com/CS-SI/eodag/pull/1353

Do not import import eodag.rest stuff directly from eodag.cli as it needs eodag[server] to be installed.

Put it in a try / except block and pass on ImportError