+ 2
How to install Kivy?
I want to use python in developing android apps so I decided to begin learning kivy for that purpose but I have a problem in installing it, I have seen many videos and followed the instructions that are written in many websites but I failed in installing it, I don't know where is the problem!! can any one help me please?!
9 Respostas
+ 3
Ok, I get it. I should use MSVC.
I will try it.
+ 2
I copy in the command prompt this commands:
python -m pip install --upgrade pip wheel setuptools
python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew
python -m pip install kivy.deps.gstreamer --extra-index-url https://kivy.org/downloads/packages/simple/
python -m pip install kivy
after every step it give me permissionError, and tell me that access is denied.
+ 2
I tried the instructions on kivy.org and it gave me the same error.
+ 2
Python 3.6.3
+ 2
so should I try with older versions?
+ 1
permissionError, Access is denied.
+ 1
No, on command prompt.
+ 1
it isn't linux, it's Windows 7.
kivy virsion is 1.10.0
+ 1
do you mean what I use for coding in python?
I write the code on sublime and run it using command prompt.