Skip to content

Troubleshooting

Daniel Kampert edited this page Oct 2, 2023 · 1 revision

Troubleshooting

Table of Contents

Group policies error when executing the activation script for the virtual environment for Zephyr on Windows

Set the group policies to allow the execution of local scripts when using Windows and a virtual environment for Zephyr. Otherwise the Zephyr installation fails. Open a power shell as administrator and run set-executionpolicy remotesigned to allow the execution of local scripts.

west not found after following the installation guide from Zephyr

  1. Open a new console and check it again to make sure that the environment variables are correctly loaded
  2. If Python is installed on the system partition you need to install west by calling pip3 install west instead of pip3 install -U west

Additional references