【问题标题】:Buildozer can't find CythonBuildozer 找不到 Cython
【发布时间】:2020-10-11 10:36:11
【问题描述】:

当我启动 buildozer -v android debugbuildozer android debug

Buildozer 返回:Cython (cython) not found, please install it.

所以我尝试使用 sudo pip3 install Cython 安装 Cython,但它返回 Requirement already satisfied: Cython in /usr/lib/python3/dist-packages (0.29.21)

我必须做什么?

【问题讨论】:

  • 这可能表明在您运行 buildozer 的任何 python 环境中都没有安装 cython。
  • 那么如何在好的python环境下安装呢?

标签: python-3.x kivy cython buildozer kali-linux


【解决方案1】:

我必须创造一个环境来做到这一点

【讨论】:

    猜你喜欢
    • 2014-11-26
    • 2019-09-18
    • 2021-02-21
    • 2021-07-02
    • 2014-06-13
    • 1970-01-01
    • 2018-02-05
    • 2018-11-13
    • 1970-01-01
    相关资源
    最近更新 更多