`setuptools` is no longer installed by default in python 3.12: https://github.com/python/cpython/pull/101039 `_sinricpro_websocket.py` depends on it, causing this exception if not installed: ``` File ".../_sinricpro_websocket.py", line 16, in <module> import pkg_resources ModuleNotFoundError: No module named 'pkg_resources' ``` It should be added as an explicity dependency.