Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. 8-21 12:22:46.136 12368 12406 I python : Traceback (most recent call
  2.  
  3. last):
  4. 08-21 12:22:46.136 12368 12406 I python : File "/home/sina/Desktop/export/kivy/ask2/.buildozer/android/platform/build/build/python-installs/AA/pandas/__init__.py", line 30, in <module>
  5. 08-21 12:22:46.137 12368 12406 I python : File "/home/sina/Desktop/export/kivy/ask2/.buildozer/android/platform/build/build/python-installs/AA/pandas/_libs/__init__.py", line 3, in <module>
  6. 08-21 12:22:46.137 12368 12406 I python : File "/home/sina/Desktop/export/kivy/ask2/.buildozer/android/platform/build/build/python-installs/AA/pandas/_libs/tslibs/__init__.py", line 3, in <module>
  7. 08-21 12:22:46.138 12368 12406 I python : ImportError: dlopen failed: "/data/data/org.aasoft.aa/files/app/_python_bundle/site-packages/pandas/_libs/tslibs/conversion.so" is 64-bit instead of 32-bit
  8. 08-21 12:22:46.138 12368 12406 I python :
  9. 08-21 12:22:46.138 12368 12406 I python : During handling of the above exception, another exception occurred:
  10. 08-21 12:22:46.138 12368 12406 I python :
  11. 08-21 12:22:46.139 12368 12406 I python : Traceback (most recent call last):
  12. 08-21 12:22:46.139 12368 12406 I python : File "/home/sina/Desktop/export/kivy/ask2/.buildozer/android/app/main.py", line 17, in <module>
  13. 08-21 12:22:46.139 12368 12406 I python : File "/home/sina/Desktop/export/kivy/ask2/.buildozer/android/platform/build/build/python-installs/AA/pandas/__init__.py", line 38, in <module>
  14. 08-21 12:22:46.140 12368 12406 I python : ImportError: C extension: dlopen failed: "/data/data/org.aasoft.aa/files/app/_python_bundle/site-packages/pandas/_libs/tslibs/conversion.so" is 64-bit instead of 32-bit not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace --force' to build the C extensions first.
  15. 08-21 12:22:46.140 12368 12406 I python : Python for android ended
  16.  
  17. is 64-bit instead of 32-bit not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace --force' to build the C extensions
  18.  
  19. requirements = python3,kivy,pillow,pandas
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement