[PYTHON] Kivy installation

It seems that Kivy is better for cross-platform development including iPhone applications with Python, so I decided to install it.

I referred to the following article. http://kuroneko0208.hatenablog.com/entry/2014/03/15/163924

Since my environment uses virtualenv to divide the python environment, there are some subtle differences, but they are basically the same.

  1. cython installation --pygame installation (* No additional installation because my environment met the prerequisites for the package) --kivy installation

The command is as follows


pip install cython pip install hg+http://bitbucket.org/pygame/pygame pip install git+https://github.com/kivy/kivy.git


On the way, the version of python setuptools was old and I got angry


The required version of setuptools (>=1.1.6) is not available,
'easy_install -U setuptools'.
(Currently using setuptools 0.6c11 (/Users/hogeuser/.virtualenvs/python_brew/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg))
The required version of setuptools (>=1.1.6) is not available,

'easy_install -U setuptools'. (Currently using setuptools 0.6c11 (/Users/hogeuser/.virtualenvs/python_brew/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg))


There is no problem in advancing measures


$ easy_install -U setuptools


Recommended Posts

Kivy installation
Django installation
kivy introduction
boto3 installation
Pythia Installation
Docker installation
Volatility installation
Python installation
InstantOS 1 installation
Jupyter installation
Python installation
pip installation
ChaSen installation
Backtrader installation
pip installation
Jupyter installation error
Installation of Anaconda3
Mecab installation notes
centOS 7 installation error
Installation of CentOS 8
Theano installation notes
Pylearn 2 installation procedure
[PyTorch] Installation method
GMT installation part 1.
PHP installation (CentOS 8)
Tkinter installation (homebrew)
Python installation (Windows)
About Kivy root
pyenv installation notes
phycopg2 installation failed
ipython notebook installation
Hydrogen installation notes
django installation location
PostgreSQL 10.0 installation procedure
PyPM-Local Package Installation
blockdiag installation procedure
Python installation 2020 (macOS)
RDKit easy installation
Python3.4 installation notes
Cabocha installation notes
CentOS 7 + ffmpeg installation