I am trying to install kivy on Ubuntu 14.04.
I have followed the
instructions step by step, but I am already having problems at the third one.
After adding the PPA for the stable builds via
sudo add-apt-repository ppa:kivy-team/kivy
and after
, when I try to run
sudo apt-get install python3-kivy
I receive the error message in the title.
What am I doing wrong? Help, please