Missing imports fail silently
Open
feature request
user experience
- Dominant language
- Python
- Stars
- 1k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
I was getting `failed to parse uri` errors on CSV paths, but only in certain environments. I eventually figured out that this was because those environments were using a custom-built python that was compiled without `bz2` support, which caused the csv backend to fail on `import bz2`.
I know this is a fringe case, but it's one where a lack of warning or error messages cost me hours of confused debugging.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.