ELIFE-ASU / PyInform

A Python Wrapper for the Inform Information Analysis Library
https://elife-asu.github.io/PyInform
MIT License
45 stars 9 forks source link

Lib not found libc.so.6 when building for aarch64/Android #42

Open VWE22 opened 6 months ago

VWE22 commented 6 months ago

I am trying to run a scripts that use transfer_entropy on an Android Python (aarch64), and I always get this error:

OSError: dlopen failed: library "libm.so.6" not found: needed by /data/data/com.example.a_example/files/chaquopy/AssetFinder/requirements/pyinform/inform-1.0.0/lib/linux-x86_64/libinform.so.1.0.0 in namespace clns-6

mhsmith commented 5 months ago

See https://github.com/chaquo/chaquopy/issues/1071.