srlabs / extractor

Extractor: The Android firmware image extraction tool
Apache License 2.0
69 stars 16 forks source link

lxml/etree.cpython-310-x86_64-linux-gnu.so: undefined symbol: _PyGen_Send #7

Open simos opened 8 months ago

simos commented 8 months ago

When compiling extractor on Ubuntu 22.04, it does not run due to the error in the subject line.

It appears to be a common error with other projects as well. A workaround is to compile extractor in a different version of Linux (like Ubuntu 20.04). The error appears in Ubuntu 22.04.

ulumind commented 3 months ago

some with me

Verification successful Traceback (most recent call last): File "./extractor.py", line 37, in from lxml import etree ModuleNotFoundError: No module named 'lxml'

shrec commented 1 month ago

pip install --upgrade lxml