After following all the steps on the nRF Connect v3.2.0 Getting Started Assistant.
I get the following error after pressing OK.
Any idea what is wrong?
Am I missing any configuration?
After following all the steps on the nRF Connect v3.2.0 Getting Started Assistant.
I get the following error after pressing OK.
Any idea what is wrong?
Am I missing any configuration?
Actually my problem was an error on your scripts. I got errors trying to find hub==2.0 but later I learnt that I needed to edit following these instructions even if I do not have a mac:
https://devzone.nordicsemi.com/f/nordic-q-a/50956/issue-on-installing-requirements-on-mac
So I edited line 10 of zephyr\scripts\requirements.txt
and followed instructions from Scott Bland:
The name 'hub' on PyPi was sold to a different author about 2 weeks ago and now hosts a different code base. The origin 'Hub' was renamed to 'git-spindle'.
If you checkout the latest master branch of zephyr, you will notice that the requirements.txt file located at ncs/zephyr/scripts/ has changed from hub==2.0 to git-spindle==2.0
So basically, change hub==2.0 to git-spindle==2.0
Thanks Carlos for the update. After you switch to git-spindle, you managed to install pyyaml ?