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] DeprecationWarning future library #189

Open
SanderWegter opened this issue May 2, 2023 · 1 comment
Open

[BUG] DeprecationWarning future library #189

SanderWegter opened this issue May 2, 2023 · 1 comment
Labels

Comments

@SanderWegter
Copy link

EasySNMP release version OR commit number
d014177

Operating System and Version

  • Any

Net-SNMP Library Version

  • Any

Describe the bug
I'm receiving a DeprecationWarning for the future library. Seems like the imp module within future isn't supported anymore from python >=3.12.

.venv/lib/python3.11/site-packages/future/standard_library/__init__.py:65: DeprecationWarning: the imp module is 
deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses
    import imp

@SanderWegter
Copy link
Author

Looks like there is a PR for future PythonCharmers/python-future#574

But no activity since 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant