I wanted to run my first python file on ubuntu when suddenly this message with no further instructions appeared:
As a consequence I have researched what the meaning of the error was. According to the forum this was the most appropriate solution:
I have tried it, however the same error message appeared. I also made sure that the location directory where I created my venv was empty. This is the furthest I have come:
After this the same error message appears with no context how to solve it.
Solution: Unable to locate package python3-distutils in Ubuntu 16.04
First answer from ksharp




idea.logfrom Help | Show Log in .... Other than that - try creating a venv from the terminal - with e.g.python3.9 -mvenv ...- does it work? – Pavel Karateev Sep 05 '21 at 18:36distutilspackage installed. Trysudo apt-get install python3.9-distutils. – Pavel Karateev Sep 08 '21 at 13:50