How to fix “No module named 'kivy._clock'” error in ubuntu?
问题 I'm trying to install "kivy" (GUI lib) with Ubuntu 16.04 for Python 3.6 I tried doing the steps in the kivy official website (https://kivy.org/doc/stable/installation/installation-linux.html) I entered in the terminal: sudo add-apt-repository ppa:kivy-team/kivy sudo apt-get update sudo apt-get install python3-kivy And when I tried to import: from kivy.app import App I get the error: ModuleNotFoundError: No module name 'kivy._clock' 回答1: Try this in terminal: Make sure you have pip installed