Python 3.12 no longer ships pkg_resources in venv virtual environments. See https://docs.python.org/3/whatsnew/3.12.html.
As a consequence, loading modules tramway.helper.base or tramway.analyzer.artefact fails with:
E ModuleNotFoundError: No module named 'pkg_resources'
This was observed trying to run the unit tests (python -m pytest tests/).
Python 3.12 no longer ships pkg_resources in venv virtual environments. See https://docs.python.org/3/whatsnew/3.12.html.
As a consequence, loading modules tramway.helper.base or tramway.analyzer.artefact fails with:
This was observed trying to run the unit tests (
python -m pytest tests/).