-
|
Hello everyone, I am using python-bidi and arabic-reshaper in my project to use Arabic letters (right to left) however, buildozer always returns an error about python-bidi and I couldn't get any solution for this so far and there is no bidi alternative whatsoever. I may have a knowledge gap whether only Arabic Reshaper (works without issue) can solve my problem or not but there is no doubt buildozer is not compiling bidi as far as I am concerned. Can anyone guide me thru on this please? I am looking forward to hearing from you. I already managed building apk and installed on a phone but ist not working. I am sharing Traceback of adb logcat below. "main.py", line 9" has this line of code "from bidi.algorithm import get_display" Here is where it got stuck; |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Solved by downgrading to python-bidi==0.4.2 |
Beta Was this translation helpful? Give feedback.
Solved by downgrading to python-bidi==0.4.2