Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正如您已经了解的那样,我无法将 numpy 构建为 Py4A 的模块。 这是一个指令,但我仍然无法做到。我安装了Toolchain,因为我下载了 Android NDK 并输入了这 3 个 bash 命令。
这是 numpy 文件夹的屏幕截图。我不知道下一步该做什么。
如果您安装了 py4a 模块,则添加
from py4a import patch_distutils patch_distutils()
,setup.py添加setup.cfg和现在:
setup.py
setup.cfg
python setup.py configure python setup.py build