In the getting started assistant App
When I run:
pip3 install --user -r zephyr/scripts/requirements.txt
I get this as the error:
However, when I run
pip3 install --user -r nrf/scripts/requirements.txt
I get this:
How to solve this issue? Which version to keep?