Public bug reported: The version of direnv which is in Noble and newer, v2.32.0, throws this warning whenever direnv is used:
``` <string>:1: DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead ``` The release notes for direnv: https://github.com/direnv/direnv/releases Show that this error was fixed in v2.36.0: • fix: A more universal fix for the python 3.14 find_spec deprecation warning (#1382) This deprecation warning was added to python v3.12, so it gets displayed _every_ time you enter a directory with direnv if you're on Noble or newer. Please consider making direnv v2.37.0 the baseline version for Noble and newer. ** Affects: direnv (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2126600 Title: direnv throws deprecation warning due to use of findspec To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/direnv/+bug/2126600/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
