I'm working on ubuntu 16.0.4 LTS and While creating a virtual environment in python 3.8 I'm getting No module named 'distutils.util'
I'm using the repository: sudo add-apt-repository ppa:deadsnakes/ppa I have tried the following but didn't work
sudo apt install python3-distutils Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package python-distutils I have tried the solution from this link
sudo apt install python3.8-distutils Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package python3.8-distutils E: Couldn't find any package by glob 'python3.8-distutils' E: Couldn't find any package by regex 'python3.8-distutils'