-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
ModuleNotFoundError: No module named 'bidi.algorithm' #627
Comments
Temp solution: comment the 25th line in #from bidi.algorithm import get_display Seems works for me 🤔 |
Hi.. change to version 0.4.2 of python-bidi |
I should have said; I tried that already. I did |
You beautiful human. This worked for me. I'll comment again if this causes any errors, but it launches now! |
"algorithm.py" was removed from python-bidi in 0.5.0. The same issue just happened on my side and the problem was fixed after downgrading to 0.4.2. This issue was also reported on python-bidi: and it is suggested to change: |
Only a temp solution. I cannot do this to release production code. |
what version of xhtml2pdf do you have in your build? Should I just uninstall xhtml2pdf after installing requirements? I already downgraded python-bidi, and it still gives me the same error. So one of the packages must have the updated version as a dependancies somewhere. |
I have been banging my head against the wall and just figured out that this is probably a issue with changes to the packages you're using.
I have tried 30-ish different times to install in different ways after going through the install instructions as-is multiple times. I get this error every time. Here's the full message:
The text was updated successfully, but these errors were encountered: