Closed tksundar closed 2 years ago
I have the same problem, any solution?
Don't state a version, let it default (v1.0.3)
Pinning a specific version is discouraged and unsupported as patches are done for a specific version of the package.
Feel free to open a feature request on python-for-android
if you think that the pandas recipe needs to be updated.
Versions
Description
I have an app that uses a library (tabula-py) that in turn uses pandas. Works well in the windows 10 dev environment. When running buildozer -v android debug with pandas added to requirements, it fails to build . I think it failed to run the numpy patch below
RAN: /usr/bin/patch -t -d /home/tksrajan/dev/mark2market/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/pandas/armeabi-v7a__ndk_target_21/pandas -p1 -i /home/tksrajan/dev/mark2market/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pandas/fix_numpy_includes.patch
buildozer.spec
Command:
Spec file:
Logs