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
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.
The text was updated successfully, but these errors were encountered:
Verification successful
Traceback (most recent call last):
File "./extractor.py", line 37, in
from lxml import etree
ModuleNotFoundError: No module named 'lxml'
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.The text was updated successfully, but these errors were encountered: