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

nrfutil on ubuntu does not work

trying to get nrfutil working on ubuntu, following this guide:

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrfutil%2FUG%2Fnrfutil%2Fnrfutil_intro.html

after running "pip install -r requirements.txt"

i got this

Collecting pc_ble_driver_py>=0.14.1 (from -r requirements.txt (line 7))
Could not find a version that satisfies the requirement pc_ble_driver_py>=0.14.1 (from -r requirements.txt (line 7)) (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)
No matching distribution found for pc_ble_driver_py>=0.14.1 (from -r requirements.txt (line 7))

Seems it has trouble finding that pc_ble_driver_py. 

What gives?

Thanks.

Related