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

Conflict in click version

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?

Related