Hi
I have tried to pull down the updates for the Zephyr project to for the mqtt_simple example. when I do a git checkout master and a git pull all goes fine. but when I try to compile or flash the boards I get errors.
example
C:\sdk\ncs\zephyr\samples\basic\blinky\build>ninja flash
[0/1] Flashing nrf9160_pca10090
C:/Python37/python.exe: can't open file '/sdk/ncs/zephyr/.west/west/src/west/main.py': [Errno 2] No such file or directory
FAILED: zephyr/cmake/flash/CMakeFiles/flash
cmd.exe /C "cd /D C:\sdk\ncs\zephyr\samples\basic\blinky\build && "C:\Program Files\CMake\bin\cmake.exe" -E env PYTHONPATH=/sdk/ncs/zephyr/.west/west/src C:/Python37/python.exe /sdk/ncs/zephyr/.west/west/src/west/main.py "--zephyr-base=C:\sdk\ncs\zephyr\ " flash --skip-rebuild"
ninja: build stopped: subcommand failed.