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

Fix pkgutil.find_loader deprecation warning #3139

Open
ndrezn opened this issue Jan 29, 2025 · 1 comment
Open

Fix pkgutil.find_loader deprecation warning #3139

ndrezn opened this issue Jan 29, 2025 · 1 comment
Assignees
Labels
infrastructure build process etc. P2 considered for next cycle

Comments

@ndrezn
Copy link
Member

ndrezn commented Jan 29, 2025

Users might encounter:

'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead.

in Dash. To ensure forwards compatibility we should update to the new recommended method.

@alexcjohnson
Copy link
Collaborator

Python 3.14 is expected to arrive in October 2025

@gvwilson gvwilson changed the title [BUG] Fix pkgutil.find_loader deprecation warning Fix pkgutil.find_loader deprecation warning Feb 3, 2025
@gvwilson gvwilson added infrastructure build process etc. P2 considered for next cycle labels Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure build process etc. P2 considered for next cycle
Projects
None yet
Development

No branches or pull requests

4 participants