Python 3.4 series is safe for installing and executing Python Kivy (macOS)

A memorandum because I failed while installing Kivy on Python 3.6 series and creating a Kivy application for studying.

It may work with Python 3.6 as it may be individual environment dependent.

FAQ (https://kivy.org/docs/faq.html#does-kivy-support-python-3-x) -python-3-x) also stated that it was 3.3 or higher, so I thought that the installed 3.6.0 would be okay.

environment

Install Kivy with the following configuration.

Follow the Kivy installation procedure https://kivy.org/docs/installation/installation-osx.html. (Implemented with Homebrew with pip)

But it didn't work properly

Install Python 3.4 series

Install Kivy again

The result was as intended

I reinstalled Homebrew itself, so I installed Python 3.6.0 + Kivy again, but the above error occurred and it still did not work properly.

There was a similar thread on stackoverflow.

In the Kivy area, the 3.4 series may be the de facto standard, but since it was my first look, I reviewed my program many times, but this time it was a problem due to the version of the execution environment.

Recommended Posts

Python 3.4 series is safe for installing and executing Python Kivy (macOS)
About installing Pwntools and Python2 series
[Python] What is pandas Series and DataFrame?
Install Python and libraries for Python on MacOS Catalina
Python 2 series and 3 series (Anaconda edition)
OpenCV3 installation for Python3 @macOS
Python 3 series installation for mac
[Python] Python and security-① What is Python?
Identity and equivalence Python is and ==
What is Python? What is it used for?
Difference between == and is in python
Python for statement ~ What is iterable ~
Difference between python2 series and python3 series dict.keys ()
What is the python underscore (_) for?
Python development environment for macOS using venv 2016
Why Python is chosen for machine learning
6 Python libraries for faster development and debugging
Sh and py run after installing Python3
[Beginner] Installing Python and running programs (Windows)
Python and machine learning environment construction (macOS)
Easy introduction of python3 series and OpenCV3
Installing PIL with Python 3.x on macOS
How to use is and == in Python
SublimeText2 and SublimeLinter --Syntax check for Python3--
Tips for those who are wondering how to use is and == in Python
If you try to install Python2 pip after installing Python3 pip and it is rejected