Skip to content

No module named 'pkg_resources' with setuptools > 79 #164

Description

@sgdecker

The following code:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions