intake / intake/intake-thredds

No module named 'pkg_resources' with setuptools > 79

Open
#164 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.