You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the xblock-sdk git repository lxml has been updated to 5.1.0 in PR
which is crashing the code.
When I run python manage.py run server I experience the following crash
File "/Users/farhankhan/.pyenv/versions/xblock-sdk/lib/python3.8/site-packages/xblock/fields.py", line 19, in <module>
from lxml import etree
ImportError: dlopen(/Users/farhankhan/.pyenv/versions/xblock-sdk/lib/python3.8/site-packages/lxml/etree.cpython-38-darwin.so, 0x0002): symbol not found in flat namespace '_exsltDateXpathCtxtRegister'
I have experienced the same crash when updating lxml package here
In 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.
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: