qxf2-page-object-model icon indicating copy to clipboard operation
qxf2-page-object-model copied to clipboard

ModuleNotFoundError: No module named 'distutils' when running tests in Python 3.12.3

Open avinash010 opened this issue 4 months ago • 0 comments

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

avinash010 avatar Oct 09 '24 18:10 avinash010