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

[Bug]: Remove deprecated pkg_resources API usage #20

Open
rpatterson opened this issue Jun 3, 2024 · 0 comments
Open

[Bug]: Remove deprecated pkg_resources API usage #20

rpatterson opened this issue Jun 3, 2024 · 0 comments
Assignees
Labels
bug Bug is with ArrAPI status:not-yet-viewed I haven't eeviewed the Feature or Bug yet

Comments

@rpatterson
Copy link

Version Number

1.4.13

Describe the Bug

The pkg_resources API has been deprecated for some time and it's usage in arrapi produces DeprecationWarning messages. It's usage should be removed if possible:

.tox/py311/lib/python3.11/site-packages/arrapi/__init__.py:1: in <module>
    import pkg_resources
.tox/py311/lib/python3.11/site-packages/pkg_resources/__init__.py:89: in <module>
    warnings.warn(
E   DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
@rpatterson rpatterson added bug Bug is with ArrAPI status:not-yet-viewed I haven't eeviewed the Feature or Bug yet labels Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug is with ArrAPI status:not-yet-viewed I haven't eeviewed the Feature or Bug yet
Projects
None yet
Development

No branches or pull requests

2 participants