-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
compatibilitybug caused by change in other packagesbug caused by change in other packages
Description
When importing postpic
from python 3.12.8
the following deprecation warning pop up:
Python 3.12.8 (main, Dec 12 2024, 16:30:29) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import postpic
/venv/plasma/lib64/python3.12/site-packages/postpic/io/npy.py:26: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources as pr
/venv/plasma/lib/python3.12/site-packages/pkg_resources/__init__.py:3147: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.
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
declare_namespace(pkg)
can i safely ignore this?
Metadata
Metadata
Assignees
Labels
compatibilitybug caused by change in other packagesbug caused by change in other packages