setuptools missing

Description

creating and running a client as described in this repo results in an runtime error due to missing module setuptools

Environment

  • Python version: 3.11.2
  • Operating System: Debian 12
  • Version of the Python Socha Client: 2.0.4

Reproduction Steps

python3 -m venv sc24

source sc24/bin/activate

pip install socha

pip list

Package           Version
----------------- -------
pip               23.0.1
socha             2.0.4
xsdata            22.9

starting our Client:

python pus-client.py

==> ModuleNotFoundError: No module named 'pkg_resources'

Solution:

pip install setuptools