> DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead Code ref: https://github.com/pypa/setuptools/blob/544687c3982696d924d49c4c9ea094b7a2dc8fe0/pkg_resources/__init__.py#L2212
Code ref:
setuptools/pkg_resources/__init__.py
Line 2212 in 544687c