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

Dependencies : Python module elftools not found #719

Closed
hzc12321 opened this issue Nov 28, 2024 · 1 comment · Fixed by #721
Closed

Dependencies : Python module elftools not found #719

hzc12321 opened this issue Nov 28, 2024 · 1 comment · Fixed by #721
Labels
Documentation The knowledge in the issue should eventually make its way into our documentation
Milestone

Comments

@hzc12321
Copy link

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

AltraMayor added a commit that referenced this issue Nov 28, 2024
The paragraph after the `apt-get install` in the section
"Install Dependencies" included the package `python3-pyelftools`,
but the `apt-get install` itself did not.

This patch closes #719.
@AltraMayor AltraMayor added this to the Version 1.2 milestone Nov 28, 2024
@AltraMayor AltraMayor added the Documentation The knowledge in the issue should eventually make its way into our documentation label Nov 28, 2024
@AltraMayor
Copy link
Owner

Thank you for the information. Pull request #721 corrected the file README.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation The knowledge in the issue should eventually make its way into our documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants