trying to install the rpaframework library in my robot framework file, but when I am trying to run it via the command, pip install rpaframework
getting the below error
× Building wheel for pendulum (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [27 lines of output]
Traceback (most recent call last):
File “C:\Users\NithinRajkumar\AppData\Local\Temp\pip-install-l9wktrea\pendulum_0e954d79ed0a4c40a69b9430547f0685\build.py”, line 5, in
from distutils.command.build_ext import build_ext
ModuleNotFoundError: No module named ‘distutils’