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

Problem getting started with segger and toolchain

I recently got a Thingy:91 and activated it. Now I am installing the tools to work with it in my system (Linux) following the nrf Connect v3.3.0 Getting Started Assistant but i get stuck at the step `

pip3 install --user -r nrf/scripts/requirements.txt

When installing those python modules i get the following error:

`Could not find a version that satisfies the requirement pc_ble_driver_py>=0.14.0 (from nrfutil->-r nrf/scripts/requirements.txt (line 5)) (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.0 (from nrfutil->-r nrf/scripts/requirements.txt (line 5))`

Somehow pip is unable to install pc_ble_driver_py>=0.14.0

Could you offer any help?

Thank you.

Xavier

Related