I'm using macOS 12.3 and Python 3.9.10 from brew. When I "pip install nrfutil" I get nrfutil-5.2.0. Trying to run that results in "NameError: name 'xrange' is not defined". So I see that the latest nrfutil is 6.1.3 and try to install that "pip install nrfutil==6.1.3". But that fails because:
ERROR: Could not find a version that satisfies the requirement pc_ble_driver_py>=0.16.1 (from nrfutil) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.8.0, 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.11.3, 0.11.4)
ERROR: No matching distribution found for pc_ble_driver_py>=0.16.1
How can I get the latest nrfutil on macOS?