qxf2-page-object-model
qxf2-page-object-model copied to clipboard
ModuleNotFoundError: No module named 'distutils' when running tests in Python 3.12.3
Because distutils was removed in Python 3.12, we get ModuleNotFoundError: module named 'distutils'.
I had to install setuptools to resolve this issue
pip install setuptools