[Fixed] Python ImportError: cannot import name ‘sysconfig’ from ‘distutils’

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

Leave a Reply

(*) Required, Your email will not be published