mpmath and sympy error while packing apk with buildozer

五迷三道 提交于 2020-05-07 09:31:28

问题


I am trying to build a apk but it keeps telling me that i need mpmath=>0.19. the problem is coming from sympy because when i built the apk without it everything worked as expected. I don't know why it need mpmath even when I include mpmath in the requirement I keep getting the same error. I need help please.

buildozer.spec

Command:

buildozer android debug deploy run.

Spec file: https://pastebin.com/71maKs5n

Full Logs

`https://pastebin.com/EvALr3fW`

回答1:


This is a dependency ordering issue, sympy is installed before mpmath but fails because it wants mpmath to be present.

The simplest solution is probably to add a build recipe for mpmath.



来源:https://stackoverflow.com/questions/61594638/mpmath-and-sympy-error-while-packing-apk-with-buildozer

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