-
Notifications
You must be signed in to change notification settings - Fork 48
Description
I use the web3 module in my project, the web3 module uses the lru-dict module. When building a project on Android via bulldozer, an error occurs:
python : [WARNING] Consider installing rusty-rlp to improve pyrlp performance with a rust based backend python : Traceback (most recent call last): python : File "/home/yumak/project/ctea_project/.buildozer/android/app/main.py", line 23, in <module> python : File "/home/yumak/project/ctea_project/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/ctea/web3/__init__.py", line 9, in <module> python : File "/home/yumak/project/ctea_project/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/ctea/web3/main.py", line 69, in <module> python : File "/home/yumak/project/ctea_project/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/ctea/web3/manager.py", line 31, in <module> python : File "/home/yumak/project/ctea_project/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/ctea/web3/middleware/__init__.py", line 20, in <module> python : File "/home/yumak/project/ctea_project/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/ctea/web3/middleware/cache.py", line 15, in <module> python : ImportError: dlopen failed: "/data/data/ru.ctea/files/app/_python_bundle/site-packages/lru.so" is 64-bit instead of 32-bit python : Python for android ended.
Please help me find out what can be done.