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

SEGGER nRF Connect Sample

Hello together, 

I am trying to work with the SEGGER software and would like to test it with a Sample from the nRF Connect SDK.

I've installed it over the Toolchain application and I am using the nRF9160 board.

When I choose an sample I get an error notification every time.

At example by choosing the 'MQTT' sample I get the error:

I am not very experienced and don't know what to do. 
Would be thankful for every suggestion. 

With best regards, 

js

Parents Reply
  • It seems like you are missing the yaml module. Could you try using the following command inside the zephyr directory:

    pip3 install -r scripts\requirements.txt

    If this does not work, could you instead try

    pip3 install pyyaml

    Can you check if your Zephyr Base and GNU ARM Embedded Toolchain Directory is correct? Go to Tools > Options > nRF Connect in SES and look under Directories. Does this correspond with where they are located on your computer?

    Best regards,

    Marte

Children
Related