【发布时间】:2022-08-09 04:17:16
【问题描述】:
from scipy import integration, special, e
我正在尝试将 scipy 与我的 kivy GUI 应用程序一起使用,但是在将其完全编译为 android 并运行它后它会崩溃 还有其他提供微积分和积分方法的替代库吗?
我想要的是成功地将 scipy 库包含在 Bulldozer.spec 文件中
[ERROR]: Build failed: arm-linux-androideabi-gfortran not found. See https://github.com/mzakharo/android-gfortran
Command failed: /usr/bin/python3 -m pythonforandroid.toolchain create --dist_name=statal --bootstrap=sdl2 --requirements=python3,kivy==2.0.0,scipy --arch arm64-v8a --arch armeabi-v7a --copy-libs --color=always --storage-dir=\"/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a\" --ndk-api=21 --ignore-setup-py --debug
-
请澄清您的具体问题或提供其他详细信息以准确突出您的需求。正如它目前所写的那样,很难准确地说出你在问什么。
标签: python android user-interface kivy