I am an Ubuntu noob and would like to ask you guys to help.
Currently I'm faced with 2 issues.
1st issue is when I'm trying mkvirtualenv --python=/usr/bin/python3.8 ENV, it threw me this error.
Error: RuntimeError: failed to query /usr/bin/python3.8 with code 1 err:
'Traceback (most recent call last):\n File
"/home/yao1122/.local/lib/python2.7/site-
packages/virtualenv/discovery/py_info.py", line 16, in <module>\n from
distutils.command.install import SCHEME_KEYS\nModuleNotFoundError: No module
named \'distutils.command\'\n'
After googling from net, I decide to try install this. sudo apt-get install python3-distutils. Then it threw me this error.
Error: Unable to locate package python3-distutils
I am using ubuntu 16.04. Does anyone know what is the root cause?
Much appreciate your precious time for helping me out and THANK YOU in advance!