Skip to content

Pandas recipe doesn't work #2425

Closed
Closed
@tugsag

Description

@tugsag

Versions

  • Python: 3.7.5
  • OS: android
  • Kivy: 2.0.0 master
  • Cython: 0.29.21
  • OpenJDK: 8

Description

I'm trying to include pandas via the requirements in buildozer.spec file. The apk builds ok, but when I try to run it on my device, I get the error: ImportError: dlopen failed: cannot locate symbol "_ZTVSt12length_error" referenced by "/data/data/org.test.matplotlib_testapp/files/app/_python_bundle/site-packages/pandas/_libs/window/aggregations.so"...

The curious thing is that this is supposedly addressed in the build recipe, but I still get the same error when trying to import pandas in my main.py file.

buildozer.spec

This is what the requirements line looks like in the spec file
requirements = python3==3.7.5,kivy==2.0.0,hostpython3==3.7.9,numpy,pandas

Command:

buildozer android debug

Logs

ImportError: dlopen failed: cannot locate symbol  "_ZTVSt12length_error" referenced by "/data/data/org.test.matplotlib_testapp/files/app/_python_bundle/site-packages/pandas/_libs/window/aggregations.so"..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions