2017-06-16 3 views
-2

Ich wollte Kivy auf Windows 10 installieren und das erste, was es sagte, war, dass ich python --version auf cmd eingeben sollte. Also, ich habe es gemacht und es sagte nur Befehl 'Python' nicht gefunden/falsch geschrieben oder so ähnlich (aber auf Deutsch, weil ich Deutsch bin). Kann jemand das reparieren? Ich habe bereits versucht, kivy für 3 Stunden zu installieren.Kivy Installationsbefehl nicht gefunden

Vielen Dank im Voraus.

Antwort

0
That kind of installing python modules only works when the package is suitable with the version of python you are using. And if it is saying python not found you may have to set a path in cmd to where your python is located. First type python and if no error pops out that means it is now recognized. Now set a path to the script pip.py that is used for installing python modules. you can set it as e.g 
set path='%PATH%';c:\type the python path\scripts 
once that is done then 
type pip install kivy 
hope that works for you.