qxf2 / qxf2-page-object-model

Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services.
https://qxf2.com
MIT License
262 stars 191 forks source link

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

Closed avinash010 closed 4 weeks ago

avinash010 commented 1 month ago

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