Hi, this post from other forum helped me with this problem
Here are the steps to fix these issues: Install setuptools: If setuptools is not installed, you can install it via pip, the Python package installer. Open your Command Prompt and run the following command: Copy this code
python -m pip install setuptools
Make sure that you have pip installed and that it is added to your system's PATH. Check Python installation: The distutils module should be included with your Python installation. If it's missing, it suggests that there may be an issue with your Python installation. You might need to reinstall Python. Ensure that you download Python from the official Python website and install it, including the "Add Python to PATH" option during installation.