Ubuntu focal fossa python3 error - Does this error happen to everyone?

Solution 1:

The Error: Could not import kivy. Please install it using the instructions mentioned here https://kivy.org/#download error message that you got is reproducible in Ubuntu under the same circumstances. The modules python3 instruction takes a while to run and generates a lot of results that may include information about files that were installed by a non-root user, therefore for security reason you should not run this instruction in a root python3 shell. The python3 command is normally run by a normal user, and you should not run python3 as root.