【问题标题】:Git (git) not found when running buildozer in ubuntu在 ubuntu 中运行 buildozer 时找不到 Git (git)
【发布时间】:2020-07-15 11:33:57
【问题描述】:

当尝试在虚拟 ubuntu 机器中使用 buildozer 将我的 kivy 应用程序编译成 apk 时,出现以下错误:

Debian 'dpkg' package management program version 1.19.0.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
# Search for Git (git)
# Git (git) not found, please install it.

这是什么意思,我应该怎么做才能解决这个问题??

【问题讨论】:

    标签: python git ubuntu kivy buildozer


    【解决方案1】:

    这意味着你应该安装git。在 Debian 中,这应该可以工作:

    sudo apt-get install git
    

    【讨论】:

      猜你喜欢
      • 2013-08-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-08-19
      • 2016-04-09
      • 2012-06-03
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多