does it support running in docker ?
Opened this issue · 2 comments
rayshaw001 commented
does it support running in docker ?
rayshaw001 commented
I build a docker image with this tool,
and run this command in docker
./extrator.py
then I got blew error
Traceback (most recent call last): File "/home/work/extractor/./extractor.py", line 37, in <module> from lxml import etree ImportError: /usr/local/lib/python3.10/dist-packages/lxml/etree.cpython-310-x86_64-linux-gnu.so: undefined symbol: _PyGen_Send
stze commented
Yes, you can follow those instructions