Kivy + Numpy @ Android error

倾然丶 夕夏残阳落幕 提交于 2020-01-07 05:47:07

问题


When I try to include numpy on the requirements of buildozer I get this message on logcat: I/python (26117): ImportError: cannot import name scimath

And the apps crashes.

Is there a way to fix this?


回答1:


Solved with updated recipe.sh on python-for-android for numpy.

http://pastebin.com/fB3BtRCn

Get the latest patches from: https://github.com/kivy/python-for-android/tree/master/pythonforandroid/recipes/numpy



来源:https://stackoverflow.com/questions/33398723/kivy-numpy-android-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!