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

setting back nrf connect SDK on MAC for nrf91

I've being haven troubles getting to run SES examples, it keeps falling, is probably path problems but i can't indemnify them. So i want to start all over again from nerf connect SDK. In the first step i can't verify the the application the installation on make and python3.

on step 4 how do i know that the paths are correctly?

Parents
  • Looks to be a problem with the West installation. It's not returning its version number, and the next error indicates that it's either deleted or have the wrong path.

    Found west: /Users/Daniel/Library/Frameworks/Python.framework/Versions/3.7/bin/west (found suitable version "", minimum required is "0.6.0")

    FileNotFoundError: [Errno 2] No such file or directory: '/Users/Daniel/Library/Frameworks/Python.framework/Versions/3.7/bin/west': '/Users/Daniel/Library/Frameworks/Python.framework/Versions/3.7/bin/west'

    Try to update the west installation through pip, then try running 'west --version' again.

Reply
  • Looks to be a problem with the West installation. It's not returning its version number, and the next error indicates that it's either deleted or have the wrong path.

    Found west: /Users/Daniel/Library/Frameworks/Python.framework/Versions/3.7/bin/west (found suitable version "", minimum required is "0.6.0")

    FileNotFoundError: [Errno 2] No such file or directory: '/Users/Daniel/Library/Frameworks/Python.framework/Versions/3.7/bin/west': '/Users/Daniel/Library/Frameworks/Python.framework/Versions/3.7/bin/west'

    Try to update the west installation through pip, then try running 'west --version' again.

Children
Related