Unhelpful error when trying to overwrite existing
Open
- Dominant language
- C++
- Stars
- 1.5k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
With tensorstore.open called with delete_existing: True with n5 driver and gcs kv store the error reported is
ValueError: Error opening "n5" driver
The error still occurs when the path is deleted.
It works when delete_existing is False
Contributor guide
Assessment
This issue has not been assessed yet.