Below warning in raised upon import of emm with version:
- CPython: '3.10.14 (main, Jan 28 2026, 14:08:10) [GCC 13.3.0]'
- EMM: 1.4.1
[.../site-packages/virtual-env/lib/python3.10/site-packages/emm/resources.py:23](https://jupyter-ru11ud.dap-next.ing.net/layers/dap-buildpacks_pip-install/site-packages/virtual-env/lib/python3.10/site-packages/emm/resources.py#line=22):
UserWarning: pkg_resources is deprecated as an API.
See https://setuptools.pypa.io/en/latest/pkg_resources.html.
The pkg_resources package is slated for removal as early as 2025-11-30.
Refrain from using this package or pin to Setuptools<81. from pkg_resources import resource_filename
Below warning in raised upon import of emm with version: