Installing Kivy on Windows10 64bit Python3.5

Overview

A memo when Kivy is installed on Windows10 64bit Python3.5.

environment

Download Kivy's compiled Wheel format package

Install the downloaded Wheel format package

cmd.exe


>pip install %HOMEPATH%\Downloads\Kivy-1.9.1+sdl2-cp35-cp35m-win_amd64.whl

Processing %HOMEPATH%\downloads\kivy-1.9.1+sdl2-cp35-cp35m-win_amd64.whl
Collecting Kivy-Garden>=0.1.4 (from Kivy==1.9.1+sdl2)
Requirement already satisfied: requests in c:\program files\anaconda3\envs\py35\lib\site-packages (from Kivy-Garden>=0.1.4->Kivy==1.9.1+sdl2)
Installing collected packages: Kivy-Garden, Kivy
Successfully installed Kivy-1.9.1 Kivy-Garden-0.1.4

Supplement

In an offline environment, when you install Kivy, you will automatically try to download and install Kivy-Garden and the installation of Kivy will fail, so you can manually manually download the Kivy-Garden wheel format package first. It seems that you need to download and install.

Operation check

Try running the example at https://kivy.org/.

test.py


from kivy.app import App
from kivy.uix.button import Button

class TestApp(App):
    def build(self):
        return Button(text='Hello World')

TestApp().run()

python test.py

2017-01-08_16h45_28.png

Recommended Posts

Installing Kivy on Windows10 64bit Python3.5
Installing Kivy-Designer on Windows10 64bit Python3.5
Python + Kivy development on Windows
Python on Windows
Install python2.7 on windows 32bit environment
[Kivy] How to install Kivy on Windows [Python]
Use without installing python 2.x on Windows
Installing pandas on python2.6
python basic on windows ②
Install python on windows
Notes on installing Python3 and using pip on Windows7
[Note] Installing Python 3.6 + α on Windows and RHEL
Installing TensorFlow on Windows Easy for Python beginners
Run Openpose on Python (Windows)
Install watchdog on Windows + Python 3.3
Sphinx-autobuild (0.5.2) on Windows7, Python 3.5.1, Sphinx 1.3.5
Fastest Python installation on Windows
Build Python environment on Windows
Notes on installing Python on Mac
Build python environment on windows
I ran python on windows
Notes on installing Anaconda 3 on Windows
[Python] [Chainer] [Windows] Install Chainer on Windows
Use Python on Windows (PyCharm)
Notes on installing Python on CentOS
Build a Python extension for E-Cell 4 on Windows 7 (64bit)
To avoid seeing hell when installing django-toolbelt on windows, heroku and python3.4 (64bit) ...
Python environment construction memo on Windows 10
Anaconda python environment construction on Windows 10
Put MeCab in "Windows 10; Python3.5 (64bit)"
Kivy + Python3 on OSX environment maintenance
Install xgboost (python version) on Windows
Install Python on Windows + pip + virtualenv
Support when installing pillow on python3.9
Installing Python 3.4.3.
Install Pytorch on Blender 2.90 python on Windows
Integrate Modelica and Python on Windows
Notes on installing Python using PyEnv
Build mlpy with python3.3 (64bit) (windows 64bit)
Mecab / Cabocha / KNP on Python + Windows
[2021 version] Python installation Windows 10 (64bit) edition
Install Python development environment on Windows 10
Python CGI file created on Windows
Getting started with Python 3.8 on Windows
Reproduce One-Touch Search on Python 3.7.3. (Windows 10)
Build a 64-bit Python 2.7 environment with TDM-GCC and MinGW-w64 on Windows 7
Notes for using OpenCV on Windows10 Python 3.8.3.
Run servo with Python on ESP32 (Windows)
Python 2.7, 3.4, 3.5 extension module build environment on Windows
[Note] Procedures for installing Ubuntu on Windows 10
Virtualenv does not work on Python3.5 (Windows)
Installing Anaconda Python on an ECS instance
Creating a python virtual environment on Windows
[Beginner] Installing Python and running programs (Windows)
Installing PIL with Python 3.x on macOS
twitter on python3
python windows environment
Python installation (Windows)
python on mac
PYTHON2.7 64bit version
Python on Windbg