Hello, I'm upgrading from Kivy 1.9.1.2 to the new version 1.10.0 and finding that the new version is not supported/installable on my Linux Mint version 18.1 . Here are the details.
I performed the "sudo apt-get install python-kivy" which states I'm currently at the latest version.
If I add the PPA with the appropriate base it states xenial is not supported which is the MINT package base.
I have tried to install from source (python setup.py install) but I get this type of error:
SDL2 found via pkg-config
SDL2: found SDL header at /usr/include/SDL2/SDL.h
SDL2: found SDL_mixer header at /usr/include/SDL2/SDL_mixer.h
SDL2: found SDL_ttf header at /usr/include/SDL2/SDL_ttf.h
SDL2: found SDL_image header at /usr/include/SDL2/SDL_image.h
Traceback (most recent call last):
File "setup.py", line 934, in <module>
File "setup.py", line 47, in get_version
['git', 'rev-parse', 'HEAD']
File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
OSError: [Errno 2] No such file or directory
I'm looking forward to getting into the new version of Kivy. Any help would be appreciated.