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
I don't know if there's a fix besides try... except around an import statement? But this issue prevents xarray from seeing my local zarr v3 install, which prevents me from debugging zarr v3 issues.
The text was updated successfully, but these errors were encountered:
What is your issue?
importlib.metadata.version
is not always right:see an older discussion of this behavior here
I don't know if there's a fix besides
try... except
around an import statement? But this issue prevents xarray from seeing my local zarr v3 install, which prevents me from debugging zarr v3 issues.The text was updated successfully, but these errors were encountered: