How to fix issues of Pandas dependenses in buildozer.spec file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to fix issues of Pandas dependenses in buildozer.spec file?

I am trying to compile python kivy file to android app using Linux and buildozer. After compilation the apk file connot run on mobile phone. This is because of usage of pandas module inside python file. If delete pandas, app compiles good. How to fix this issue?

22nd Apr 2022, 1:53 PM
Oleksandr Lytvynov
Oleksandr Lytvynov - avatar
1 Answer
+ 1
If you are using the latest version try the older versions of pandas. Latest version often have less compatibility. In general try to test different versions, it might work.
22nd Apr 2022, 3:23 PM
Shervin Jarrahi
Shervin Jarrahi - avatar