Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new version of python-bidi doesn't have algorithm module #1285

Open
yonimadar opened this issue Jul 22, 2024 · 3 comments
Open

new version of python-bidi doesn't have algorithm module #1285

yonimadar opened this issue Jul 22, 2024 · 3 comments

Comments

@yonimadar
Copy link

python-bidi==0.5.0 removed the algorithm module so easyocr.py:9

from bidi.algorithm import get_display

fails with

ModuleNotFoundError: No module named 'bidi.algorithm'
@yonimadar
Copy link
Author

There is an open PR to address this

@Melanee-Melanee
Copy link

Please install this version of python-bidi:

!pip install python-bidi==0.4.2

@darrenchang
Copy link

The PR has been merge 👍
We can close this issue now

bkerler pushed a commit to bkerler/Prusa-Firmware-Buddy that referenced this issue Aug 17, 2024
bkerler pushed a commit to bkerler/Prusa-Firmware-Buddy that referenced this issue Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants