【问题标题】:Kivy installation command not found未找到 Kivy 安装命令
【发布时间】:2017-06-16 07:33:55
【问题描述】:

我想在 Windows 10 上安装 kivy,它说的第一件事是我应该在 cmd 上键入 python --version。所以,我做到了,它只说命令'python'没有找到/写错或类似的东西(但是用德语,因为我是德国人)。有谁知道如何解决这个问题?我已经尝试安装 kivy 大约 3 个小时。

提前致谢。

【问题讨论】:

    标签: python windows cmd kivy


    【解决方案1】:
    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.    
    

    【讨论】:

      猜你喜欢
      • 2015-10-15
      • 2021-10-25
      • 2021-05-11
      • 2013-07-16
      • 2022-01-05
      • 2018-03-19
      • 2020-11-04
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多