DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace
jarq6c opened this issue · 1 comments
jarq6c commented
DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.rpc')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
pkg_resources.declare_namespace(__name__)
Noticed this while testing nwm_client_new
. Waiting for google-cloud-storage
to update. See details here:
googleapis/python-storage#1000 (comment)
jarq6c commented
Looks like this warning is gone, though a new one has popped up concerning numpy.alltrue