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

Failed to execute command pip3 install -r nrf\scripts\requirements.txt

I am trying to setup development environment by following below steps.

The nRF Connect SDK Zephyr repository contains a list of required Python modules. Install these modules by entering the following command:

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

but i got errors as while executing below command. but could succeed in 1st and 2 nd commands ( Zephyr, bootloader)

pip3 install -r nrf\scripts\requirements.txt

Related