Buildozer fails, I think I need the prerequisite 32 bit libraries, but Fedora uses yum, not apt-get

久未见 提交于 2020-01-24 16:20:05

问题


I'm trying to compile a fairly simple kivy application into an android app. The kivy application is written in python2.7. It compiles the application, but then fails. Here's the log: http://pastebin.com/Q60ErXxf

From what I've seen, I'm missing some 32-bit libraries that kivy and buildozer require. Here's the page with the apt-get instructions: http://python-for-android.readthedocs.org/en/latest/prerequisites/

However, Fedora uses yum, and I've tried yum install for these packages, but to no avail. What are the packages that Fedora needs for this to work?

However, I'm not totally sure this is what the problem is, so if you understand something in the log, please enlighten me. Thanks in advance for the help.


回答1:


If you are missing some 32bit libraries, you could try the advice on this question to find the ones you need. https://ask.fedoraproject.org/en/question/9556/how-do-i-install-32bit-libraries-on-a-64-bit-fedora/

Odds are that you only need the i386 version of libc6-dev-i386 lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 zlib1g-dev



来源:https://stackoverflow.com/questions/22358235/buildozer-fails-i-think-i-need-the-prerequisite-32-bit-libraries-but-fedora-us

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