-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Gdal is being imported in the __inti__.py inside of the io module using find_spec and manually loading the module.
This can lead to problems within a jupyter notebook where plio can't find gdal due to the way packages are handled in conda envs.
This could probably be changed to a try except around the usual import method.
Metadata
Metadata
Assignees
Labels
No labels