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