Published
- 1 min read
python 3.9 ModuleNotFoundError: No module named `distutils.sysconfig`
The solution for this is noted below
python 3.9 ModuleNotFoundError: No module named distutils.sysconfig
Solution
sudo apt-get install python3.9-distutils --reinstall
Try other methods by searching on the site. That is if this doesn’t work