I'm trying to install nrfutil, but for some reason the installation is unsuccessful.
After installing python and the executing pip install nrfutil, restarting both the shell and the pc, I still get the same error message:
'nrfutil' is not recognized as an internal or external command,
operable program or batch file.
I have also tried to uninstall and reinstall nrfutil, and also uninstall and reinstall python 3.8.5, but still unsuccessful. So, what is the problem here?
Here is the printout of of the latest uninstall-install-run, which still yields the same result as the first time:
C:\nrfsdk>pip install nrfutil
Requirement already satisfied: nrfutil in c:\users\47930\appdata\roaming\python\python38\site-packages (6.1.0)
Requirement already satisfied: click in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (7.1.2)
Requirement already satisfied: crcmod in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (1.7)
Requirement already satisfied: ecdsa in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (0.15)
Requirement already satisfied: intelhex in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (2.2.1)
Requirement already satisfied: libusb1 in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (1.8)
Requirement already satisfied: pc_ble_driver_py>=0.14.2 in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (0.14.2)
Requirement already satisfied: piccata in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (2.0.1)
Requirement already satisfied: protobuf in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (3.12.2)
Requirement already satisfied: pyserial in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (3.4)
Requirement already satisfied: pyspinel>=1.0.0a3 in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (1.0.1)
Requirement already satisfied: pyyaml in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (5.3.1)
Requirement already satisfied: tqdm in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (4.48.0)
Requirement already satisfied: antlib>=1.1b0 in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (1.1b0)
Requirement already satisfied: six>=1.9.0 in c:\users\47930\appdata\roaming\python\python38\site-packages (from ecdsa->nrfutil) (1.15.0)
Requirement already satisfied: future in c:\users\47930\appdata\roaming\python\python38\site-packages (from pc_ble_driver_py>=0.14.2->nrfutil) (0.18.2)
Requirement already satisfied: wrapt in c:\users\47930\appdata\roaming\python\python38\site-packages (from pc_ble_driver_py>=0.14.2->nrfutil) (1.12.1)
Requirement already satisfied: setuptools in c:\python38-32\lib\site-packages (from protobuf->nrfutil) (47.1.0)
Requirement already satisfied: ipaddress in c:\users\47930\appdata\roaming\python\python38\site-packages (from pyspinel>=1.0.0a3->nrfutil) (1.0.23)
C:\nrfsdk>pip uninstall nrfutil
Found existing installation: nrfutil 6.1.0
Uninstalling nrfutil-6.1.0:
Would remove:
c:\users\47930\appdata\roaming\python\python38\site-packages\nrfutil-6.1.0-py3.8.egg-info
c:\users\47930\appdata\roaming\python\python38\site-packages\requirements.txt
Proceed (y/n)? y
Successfully uninstalled nrfutil-6.1.0
C:\nrfsdk>pip install nrfutil
Collecting nrfutil
Using cached nrfutil-6.1.0.tar.gz (842 kB)
Requirement already satisfied: click in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (7.1.2)
Requirement already satisfied: crcmod in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (1.7)
Requirement already satisfied: ecdsa in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (0.15)
Requirement already satisfied: intelhex in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (2.2.1)
Requirement already satisfied: libusb1 in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (1.8)
Requirement already satisfied: pc_ble_driver_py>=0.14.2 in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (0.14.2)
Requirement already satisfied: piccata in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (2.0.1)
Requirement already satisfied: protobuf in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (3.12.2)
Requirement already satisfied: pyserial in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (3.4)
Requirement already satisfied: pyspinel>=1.0.0a3 in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (1.0.1)
Requirement already satisfied: pyyaml in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (5.3.1)
Requirement already satisfied: tqdm in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (4.48.0)
Requirement already satisfied: antlib>=1.1b0 in c:\users\47930\appdata\roaming\python\python38\site-packages (from nrfutil) (1.1b0)
Requirement already satisfied: six>=1.9.0 in c:\users\47930\appdata\roaming\python\python38\site-packages (from ecdsa->nrfutil) (1.15.0)
Requirement already satisfied: wrapt in c:\users\47930\appdata\roaming\python\python38\site-packages (from pc_ble_driver_py>=0.14.2->nrfutil) (1.12.1)
Requirement already satisfied: future in c:\users\47930\appdata\roaming\python\python38\site-packages (from pc_ble_driver_py>=0.14.2->nrfutil) (0.18.2)
Requirement already satisfied: setuptools in c:\python38-32\lib\site-packages (from protobuf->nrfutil) (47.1.0)
Requirement already satisfied: ipaddress in c:\users\47930\appdata\roaming\python\python38\site-packages (from pyspinel>=1.0.0a3->nrfutil) (1.0.23)
Using legacy setup.py install for nrfutil, since package 'wheel' is not installed.
Installing collected packages: nrfutil
Running setup.py install for nrfutil ... done
Successfully installed nrfutil-6.1.0
C:\nrfsdk>nrfutil
'nrfutil' is not recognized as an internal or external command,
operable program or batch file.