How to install nrf connect SDK for vscode on Linux

Working directory: /home/wols/Documents/GitHub/ButtonSync
SDK:               nRF Connect SDK v3.1.0
Toolchain:         nRF Connect SDK Toolchain v3.1.0

wols@wols-ROG-Zephyrus-G14-GA402XV-GA402XV:~/Documents/GitHub/ButtonSync$ west
Traceback (most recent call last):
  File "/usr/lib/command-not-found", line 27, in <module>
    from CommandNotFound.util import crash_guard
ModuleNotFoundError: No module named 'CommandNotFound'

wols@wols-ROG-Zephyrus-G14-GA402XV-GA402XV:~/Documents/GitHub/ButtonSync$ nrfutil sdk-manager toolchain launch --ncs-version 3.10.0 --shell
Traceback (most recent call last):
  File "/usr/lib/command-not-found", line 27, in <module>
    from CommandNotFound.util import crash_guard
ModuleNotFoundError: No module named 'CommandNotFound'

sdk

Parents Reply
  • Hi,
    I wish I can use "west flash uf2" in shell, now is

    Working directory: /home/wols/Documents/GitHub/ButtonSync
    SDK:               nRF Connect SDK v3.1.0
    Toolchain:         nRF Connect SDK Toolchain v3.1.0
    
    wols@wols-ROG-Zephyrus-G14-GA402XV-GA402XV:~/Documents/GitHub/ButtonSync$ west flash uf2
    Traceback (most recent call last):
      File "/usr/lib/command-not-found", line 27, in <module>
        from CommandNotFound.util import crash_guard
    ModuleNotFoundError: No module named 'CommandNotFound'

Children
Related