intake / intake/intake-thredds
No module named 'pkg_resources' with setuptools > 79
Open
- Dominant language
- Python
- Stars
- 11
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
The following code:
```python
import intake
wrf_url = 'https://thredds.rda.ucar.edu/thredds/catalog/files/g/d559000/wy2006/200606/catalog.xml'
catalog = intake.open_thredds_merged(wrf_url, path=['wrf3d_d01_2006-06-01_0*'])
```
will fail with
```
ModuleNotFoundError: No module named 'pkg_resources'
```
with setuptools version 80.
Downgrading setuptools to version 79 works around the issue.
Contributor guide
Assessment
This issue has not been assessed yet.