I am trying to install nrfutil with pip install nrfutil
but im not sure if it has been successfully installed can someone help me with it?
I am trying to install nrfutil with pip install nrfutil
but im not sure if it has been successfully installed can someone help me with it?
Hi,
You need to install nrfutil with Python 2.7.x as Python 3 is not supported yet. You can try the following if you have Python 2 and py launcher installed already:
1. pip uninstall nrfutil //Remove existing installation
2. py -2 -m pip install nrfutil //Install nrfutil with python 2
thanks for your advice, but it seems like 'py -2 -m pip install nrfutil' is an invalid command.
thanks for your advice, but it seems like 'py -2 -m pip install nrfutil' is an invalid command.