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

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

Open
simos opened this issue Nov 11, 2023 · 2 comments
Open

Comments

@simos
Copy link

simos commented Nov 11, 2023

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
Copy link

ulumind commented Mar 15, 2024

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
Copy link

shrec commented Jun 8, 2024

pip install --upgrade lxml

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