This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF Connect SDK - Initialize west and clone the nRF Connect SDK manifest repository nrf Step

Hi, I am having an issues when i run the command 

west init -m https://github.com/NordicPlayground/fw-nrfconnect-nrf

This is the response :



I found a similar issue here but i checkout the repo into a shorter path and still get the error.

Regards,
Theo
Parents Reply
  • Hi Theo, 
    Could you please try to use the CMD prompt instead of Powershell?

    Use the commands and send me the responses:

    nrfjprog -v

    where python

    python --version

    west --version

    Then go through the following:

    cd <sourcecode_root>\ncs
    pip3 install -r zephyr\scripts\requirements.txt
    pip3 install -r nrf\scripts\requirements.txt
    pip3 install -r bootloader\mcuboot\scripts\requirements.txt

    Best regards,

    Martin L.

Children
No Data
Related