Issue
You have not installed distutils modules for the python version you are trying to use
Solution
Install distutils by,
sudo apt install python3.x-distutils
python3.x should be changed with the python version you are using.
For Example,
sudo apt install python3.8-distutils