Closed implr closed 3 years ago
Error on import:
Failed to import python plugin: official/Vector35_dwarf_import: cannot import name 'GenericExprVisitor' from 'elftools.dwarf.dwarf_expr' (/usr/lib/python3.8/site-packages/elftools/dwarf/dwarf_expr.py)
Downgrading to 0.26 fixes this.
Also running into this issue. GenericExprVisitor was removed March of 2020. Relevant commit.
GenericExprVisitor
pip install -Iv pyelftools==v0.26
Resolved by #8.
Error on import:
Downgrading to 0.26 fixes this.