Dependencies : Python module elftools not found #719
Labels
Documentation
The knowledge in the issue should eventually make its way into our documentation
Milestone
While following the steps documented in readme.md to compile the source of v1.2.0 RC2, running
. setup.sh
presents the following error :No module named 'elftools'. This error fails the script.
It seems like a dependency for DPDK is missing.
I have also found a similar issue :
clearlinux/distribution#1464
Relevant link :
https://doc.dpdk.org/guides-22.03/rel_notes/release_21_02.html
I solved it by running
sudo apt install python3-pyelftools
The text was updated successfully, but these errors were encountered: