You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to either declare a runtime dependency on setuptools, or, much better, stop using the deprecated pkg_resources and use importlib.metadata from Python’s standard library instead: from importlib.metadata import version
The text was updated successfully, but these errors were encountered:
When I try to use dask_ml, I get
https://github.com/dask/dask-ml/blob/b3954e9ee1f7d7dee5ebdd5c4ca1b84f4dd96797/dask_ml/__init__.py#L1C6-L1C19
You need to either declare a runtime dependency on
setuptools
, or, much better, stop using the deprecated pkg_resources and useimportlib.metadata
from Python’s standard library instead:from importlib.metadata import version
The text was updated successfully, but these errors were encountered: