编译apk时Buildozer错误 - pip ssl

Posted

技术标签:

【中文标题】编译apk时Buildozer错误 - pip ssl【英文标题】:Buildozer error while compiling apk - pip ssl 【发布时间】:2020-08-31 06:05:40 【问题描述】:

我正在尝试使用 Buildozer 将一个简单的程序编译为适用于 android 的 apk,但遇到了以下问题。你能帮忙吗?我尝试升级 pip 但没有帮助:python3 -m pip install --upgrade pip

所以,我恢复到原来的 pip 版本。

单独安装 Cython:pip3 install Cython

但同样的问题仍然存在。我很茫然。 :-(

命令:buildozer android debug

RAN: /bin/bash -c 'venv/bin/pip install Cython'
STDOUT:
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

我该如何解决这个问题?

Could not fetch URL https://pypi.org/simple/cython/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/cython/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
ERROR: Could not find a version that satisfies the requirement Cython (from versions: none)
ERROR: No matching distribution found for Cython
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

【问题讨论】:

我在macos上还是有这个问题。尝试了许多版本的openssl,但没有... 【参考方案1】:

这是最近的一个bug,需要使用apt install libssl-dev安装libssl-dev

然后您可能还想通过在包含您的 buildozer.spec 文件的目录中运行 rm -rf .buildozer 来清理您的 buildozer 目录。

应该这样做!

【讨论】:

嗨!谢谢你的建议。那行得通。我通过了这一步但被困在这里:“错误:找不到满足要求 hostpython2 的版本(来自 -r requirements.txt(第 2 行))(来自版本:无)错误:找不到 hostpython2 的匹配分发( from -r requirements.txt (line 2))" hostpython3 已经安装。为什么 buildozer 正在寻找 hostpython2? @ShoumikDas 你在 buildozer.spec 文件中的任何地方指定 python2 吗? 没有。 Python2 没有在规范文件的任何地方指定。

以上是关于编译apk时Buildozer错误 - pip ssl的主要内容,如果未能解决你的问题,请参考以下文章

Buildozer 编译 apk,但它在 android 上崩溃

在 Ubuntu 12.04 上使用 Kivy 和 Buildozer 制作 apk

使用 buildozer 打包 apk 时出现 mpmath 和 sympy 错误

使用 buildozer 创建 kivy apk 错误:“Aidl 无法执行”

在 ubuntu 中运行 buildozer 时找不到 Git (git)

Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m "kivy" d