【问题标题】:Why the error Cython is not installed while using buildozer?为什么使用 buildozer 时没有安装 Cython 错误?
【发布时间】:2021-08-03 03:23:36
【问题描述】:

在 buildozer 生成的 spec 文件中管理所有配置并运行最终命令 buildozer -v android debug 后,我收到以下错误。

# Ensure build layout
# Check configuration tokens
# Read available permissions from api-versions.xml
# Preparing build
# Check requirements for android
# Run 'dpkg --version'
# Cwd None
/bin/sh: dpkg: command not found
# Search for Git (git)
#  -> found at /usr/bin/git
# Search for Cython (cython)
# Cython (cython) not found, please install it.

【问题讨论】:

    标签: python android kivy buildozer


    【解决方案1】:

    我不确定,但也许你可以试试:

    sudo apt-get install cython
    pip3 install Cython
    

    //参考我自己的ans post?

    【讨论】:

    • 尝试 pip3 install Cython 显示要求已经满足
    • 那你试过使用 apt 吗? ? 你能发布完整的日志吗(在buildozer.spec = 2 中设置日志级别)?谢谢
    猜你喜欢
    • 2014-10-25
    • 1970-01-01
    • 2011-05-25
    • 1970-01-01
    • 2015-06-08
    • 2020-09-09
    • 1970-01-01
    • 1970-01-01
    • 2020-07-01
    相关资源
    最近更新 更多