Failed to clone the repositories when trying to install SDK 2.7.0

Hello all,

I'm getting stuck on re-installing any SDK and I'm getting the below error. 

The error:

Failed to clone the repositories: Error: HEAD is now at 100befc70c7 [nrf fromtree] sysbuild: introduce sysbuild_root for root adjustment FATAL ERROR: command exited with status 128: show refs/heads/manifest-rev:west.yml Error: Launched process exited with non-zero status: 128 Error: Subprocess /Users/michael/Library/Application Support/nrfconnect/nrfutil-sandboxes/arm64/toolchain-manager/0.15.0/bin/nrfutil-toolchain-manager failed with unexpected exit code Some(128)

I'm running:

  • MacOS
  • I have tried deleting the whole ncs folder and installing again but doesn't work
  • Tried in both VCS as in the Toolchain manager (version 1.5.3)

Any ideas are welcome! 

Parents Reply
  • I am trying to follow the instructions for Linux manual installation.

    At some point it requires:

    pip3 install --user west
    echo 'export PATH=~/.local/bin:"$PATH"' >> ~/.bashrc
    source ~/.bashrc

    pip is not going to work on Ubuntu 2024.4 LTS or later (the Python installation is locked).

    I do not think I have your version of python active at that point.

    The question is:

    1. How do I get to have your Python venv loaded
    2. where is it installed

    At that point I guess I would have to activate your venv and then proceed.

Children
Related