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

Install Python and pip?

Having great difficulty install Python and pip just to generate the keys for secure DFU. This seems like a greatly complex requirement just to be able to use this module.

  1. I installed Python 2.7.11

  2. I then clicked on the python application which opens a commandline window. Entering "pip install nrfutil" returns a syntax error.

pip install nrfutil File "", line 1 pip install nrfutil ^ SyntaxError: invalid syntax

  1. According to Python pip should come with Python 2.7.11 so it isn't an installation issue

Why couldn't this simply be an .exe tool rather than require installing an several different software packages and libraries just to generate keys?

Related