Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

python-bidi & pybidi vs buildozer (no recipe in .buildozer/...)

Aperta
#3,166 1 commento 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
20/100
Tipo di issue
Bug
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
android, python

Direzione di ricerca

Inizia dalla configurazione di buildozer e dal file .buildozer/android/app/main.py generato, quindi riproduci il problema dell’APK ed esamina il traceback di adb logcat. Controlla come la build gestisce le dipendenze python-bidi e pybidi; il lavoro è completato quando l’APK pacchettizzata può importare il modulo bidi richiesto ed eseguire oltre la riga 9 di main.py.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

recipe

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. pybidi is also not working at all

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.

I already managed building apk and installed on a phone but it's not working.

Here is where it got stuck based on adb logcat;
......................
06-26 10:33:48.659 7782 7822 I python : Traceback (most recent call last):
06-26 10:33:48.659 7782 7822 I python : File "/home/meto/Desktop/project/.buildozer/android/app/main.py", line 9, in
06-26 10:33:48.660 7782 7822 I python : ModuleNotFoundError: No module named 'bidi'
06-26 10:33:48.660 7782 7822 I python : Python for android ended.
06-26 10:33:48.726 6369 6369 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.chromesync.service.zeroparty.START dat=chimera-action: cmp=com.google.android.gms/.chimera.GmsApiService }
06-26 10:33:48.929 7782 7822 E libc++abi: terminating
06-26 10:33:48.929 7782 7822 F libc : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 7822 (SDLThread), pid 7782 (SDLActivity)
......................
"main.py", line 9" has this line of code "from bidi.algorithm import get_display"

Also tried with pybid but it returns this error;
.............................../main.py", line 10, in
from pybidi.algorithm import get_display
ModuleNotFoundError: No module named 'pybidi'

..> pip show pybidi
Name: PyBidi
Version: 1.0
Summary: language bindings for FriBidi, for Python 3.3 or later
Home-page: https://github.com/ldo/pybidi
Author: Lawrence D'Oliveiro
Author-email: ldo@geek-central.gen.nz
License: UNKNOWN
Location: C:\Users........venv\Lib\site-

packages
Requires:
Required-by:

Can anyone guide me thru on this please? I am looking forward to hearing from you.

Many thanks in advance

Lingua principale
Python
Stelle
8.9k
Fork
2k
Merge medio
12h 20m
PR unite (30g)
9

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di kivy/python-for-android

Tutte le issue di kivy/python-for-android

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.