Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: pkg_resources is deprecated as an API. #182

Open
matejsp opened this issue Dec 11, 2023 · 0 comments
Open

Warning: pkg_resources is deprecated as an API. #182

matejsp opened this issue Dec 11, 2023 · 0 comments

Comments

@matejsp
Copy link

matejsp commented Dec 11, 2023

With python 3.11 getting the following warning:

  File "/Users/user/projects/project/.venv/lib/python3.11/site-packages/marshmallow_jsonschema/__init__.py", line 1, in <module>
    from pkg_resources import get_distribution
  File "/Users/user/projects/project/.venv/lib/python3.11/site-packages/pkg_resources/__init__.py", line 118, in <module>
    warnings.warn(
DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant