CAVEconnectome / CAVEclient

This is the python client for accessing REST APIs within the Connectome Annotation Versioning Engine.
https://caveconnectome.github.io/CAVEclient/
MIT License
21 stars 11 forks source link

Warnings shouldn't happen for all users on CAVEclient import w/o h5py/cloudvolume #231

Closed bdpedigo closed 23 hours ago

bdpedigo commented 2 weeks ago

Currently,

from caveclient import CAVEclient

causes

WARNING:root:cloudvolume not installed. Some output formats will not be available.
WARNING:root:h5py not installed. Some output formats will not be available.

I don't think this should happen at a global level for everyone. The warnings also don't describe the module/method they're needed for.