ExcludeRegion uses pkg_resources, which is not present anymore in setuptools 82.0+.
The plugin does not load, and obviously doesn't work anymore.
octoprint.plugin.core - ERROR - Error loading plugin excluderegion
Traceback (most recent call last):
File "directory/lib/python3.13/site-packages/octoprint/plugin/core.py", line 1339, in _import_plugin
module = _load_module(spec)
File "directory/lib/python3.13/site-packages/octoprint/plugin/core.py", line 74, in _load_module
spec.loader.exec_module(sys.modules[spec.name])
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "directory/lib/python3.13/site-packages/octoprint_excluderegion/init.py", line 41, in
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
ExcludeRegion uses pkg_resources, which is not present anymore in setuptools 82.0+.
The plugin does not load, and obviously doesn't work anymore.