-
Notifications
You must be signed in to change notification settings - Fork 316
Open
Description
Expected Behavior
Following setup instructions installs an appropriate version of nrfutil for OpenSK.
Actual Behavior
Running pip install nrfutil on a system with Python 3.11 results in ./deploy.py saying:
You need to install nrfutil python3 package v6.0 or above. Found: v5.2.0.
Installing nrfutil==6.1.7 shows the cause: the package refuses to run on Python > 3.10, but nrfutil==5.2.0 is the newest version which doesn't block Python versions.
While this is an error in nrfutil's manifest, OpenSK's setup instructions should select a compatible version of nrfutil using appropriate version selectors.
Steps to Reproduce the Problem
- Install Python 3.11
- Check out OpenSK
./setup.shpip install nrfutil./deploy.py --board nrf52840_dongle_dfu --opensk --programmer nordicdfu
Specifications
- Version:
- Platform: debian bookworm x86_64
Metadata
Metadata
Assignees
Labels
No labels