setuptools is no longer installed by default in python 3.12: python/cpython#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.
Reactions are currently unavailable
setuptools is no longer installed by default in python 3.12: python/cpython#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.