2017-06-16 1 views
-2

Windows 10にkivyをインストールしたかったのですが、最初にcmdにpython --versionを入力する必要がありました。だから、私はそれをやっただけで、コマンド 'python'は見つからない/間違って書かれている(しかし、ドイツ語でドイツ語なので)。誰もそれを修正する方法を知っていますか?私はすでに3時間くらいkivyをインストールしようとしました。Kivyのインストールコマンドが見つかりません

ありがとうございます。

答えて

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.  
関連する問題