mylonics / zephyr-ide

Apache License 2.0
22 stars 3 forks source link

Missing pyelftools module #47

Open LLC09 opened 2 months ago

LLC09 commented 2 months ago

Hi, on macOS 14.5 when building an example, the cmake issues an error regarding missing packet pyelftools. I fix this by running /opt/homebrew/Cellar/west/1.2.0_2/libexec/bin/python -m pip install pyelftools. To be noticed: During the init phase of the Zephyr IDE extension, I choose "Using Local Zephyr Install" in the EXTENSION SETUP menu.

rijesha commented 2 months ago

pyelftools is in zephyr\scripts\requirements-base.txt. So it should be installed during the zephyr ide west update task. Did you run west update and did it succeed?