This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Windows arm-zephyr-eabi GDB requires Python 3.8 #512
Labels
You can continue the conversation there. Go to discussion →
Hi there,
The currently released Zephyr SDK for Windows (0.14.2) requires Python 3.8 be installed for certain components to work. So far, I've found that the arm-zephyr-eabi GDB instance needs access to
python38.dll
to function.The most recent version of Zephyr asks users to install Python 3.10 (or perhaps more accurately, Python 3.10 is what ships with Chocolatey by default on Windows currently). Python 3.10 isn't compatible with the released Zephyr SDK, it needs Python 3.8. This means that users need to install two versions of Python side-by-side to use Zephyr and it's SDK.
Could this potentially be fixed, so that Zephyr and the SDK use the same version of Python? Or could the SDK ship with a re-distributable Python installer to avoid this issue?
The text was updated successfully, but these errors were encountered: