NRF connect for vscode not loading

Hello,

For a few months now the vscode extension for NRF connect is not working on my Linux install.

I get the welcome banner on the left with the options as shown below. But none of the buttons work and the extensions is always loading.

I tried uninstalling all the extensions, SDKs, toolchains, VScode, and command line tools. But so far nothing has worked. Going back to a year old version got me the old welcome screen but still didn't allow me to do more

Parents Reply
  • This is the response I get

    -- Using NCS Toolchain 2.5.20231017.513615545433 for building. (/home/jeroen/ncs/toolchains/7795df4459/cmake)
    CMake Deprecation Warning at /home/jeroen/ncs/v2.5.1/zephyr/cmake/modules/FindDeprecated.cmake:121 (message):
      'PYTHON_PREFER' variable is deprecated.  Please use Python3_EXECUTABLE
      instead.
    Call Stack (most recent call first):
      /home/jeroen/ncs/v2.5.1/zephyr/cmake/modules/python.cmake:16 (find_package)
      /home/jeroen/ncs/v2.5.1/zephyr/cmake/modules/zephyr_default.cmake:129 (include)
      /home/jeroen/ncs/v2.5.1/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
      /home/jeroen/ncs/v2.5.1/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
      CMakeLists.txt:8 (find_package)


    CMake Error at /usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Python3 (missing: Interpreter) (Required is at least version
      "3.8")

          Reason given by package:
              Interpreter: Cannot run the interpreter "/home/jeroen/ncs/toolchains/7795df4459/usr/local/bin/python3"

    I installed the toolchain using the NRF connect for desktop application

Children
Related