-
Notifications
You must be signed in to change notification settings - Fork 102
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
Study and fix crash on updating lxml==5.1.0
#347
Comments
farhan
changed the title
Study crash on updating
Study and fix crash on updating Jan 30, 2024
lxml==5.1.0
lxml==5.1.0
This one also affects the DnDv2 XBlock: https://github.com/openedx/xblock-drag-and-drop-v2/blob/78e4135/requirements/constraints.txt#L19-L20. |
This was referenced Apr 24, 2024
PRs related to this issue openedx/FeedbackXBlock#81 |
All PRs have been merged. |
github-project-automation
bot
moved this from 🏗 In progress
to ✅ Done
in Aximprovements Team
Apr 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the
xblock-sdk
git repositorylxml
has been updated to5.1.0
in PRwhich is crashing the code.
When I run
python manage.py run server
I experience the following crashI have experienced the same crash when updating
lxml
package hereIn this ticket, we need to figure out the root cause of it and try to fix it by either via code update to fixing the
lxml
to lower version.Some Effected repos:
The text was updated successfully, but these errors were encountered: