ModuleNotFoundError: No module named 'distutils.cmd'
I have recently installed dataiku, and when trying to create a new python environment through the console I get the above error. I have run the command
apt-get install python3-distutils
as per instruction in the help with no effect.
the linux server is
type :virtual machine
os: ubuntu-20.04.4-live-server-amd64
python: default python on ubuntu 3.8
Please help
Operating system used: ubuntu-20.04.4-live-server-amd64
Best Answer
-
HI a colleague, of mine figure it out i need to be specific on the python version instead 3 i needed to use 3.7.
Thank you
Answers
-
Hi,
Could you also try to install python3-apt:
sudo apt-get install python3-apt
If it still doesn't work, could you please clarify what you mean by "trying to create a new python environment through the console"? Are you trying to create a code env in DSS using UI or do you mean something else? Could you provide more details and the full log?
Best.