When following the instructions in step 2 "Clone the nRF Connect SDK" in the Getting Started Assistant 0.9.1 with ncs_tag v0.3.0 I'm getting the following error after executing the second "west update" command:
C:\Users\Luis\Desktop\nrf8\ncs\nrf>west update
=== self-updating west:
Traceback (most recent call last):
File "c:\program files\python36\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\program files\python36\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Program Files\Python36\Scripts\west.exe\__main__.py", line 9, in <module>
File "c:\program files\python36\lib\site-packages\west\_bootstrap\main.py", line 499, in main
wrap(wrap_argv)
File "c:\program files\python36\lib\site-packages\west\_bootstrap\main.py", line 485, in wrap
west.main.main(argv)
File "C:\Users\Luis\Desktop\nrf8\ncs\.west\west\src\west\main.py", line 580, in main
args.handler(args, unknown)
File "C:\Users\Luis\Desktop\nrf8\ncs\.west\west\src\west\main.py", line 299, in command_handler
command.run(known_args, unknown_args)
File "C:\Users\Luis\Desktop\nrf8\ncs\.west\west\src\west\commands\command.py", line 90, in run
self.do_run(args, unknown)
File "C:\Users\Luis\Desktop\nrf8\ncs\.west\west\src\west\commands\project.py", line 338, in do_run
_update_west(args.rebase, args.keep_descendants)
File "C:\Users\Luis\Desktop\nrf8\ncs\.west\west\src\west\commands\project.py", line 744, in _update_west
project = _west_project()
File "C:\Users\Luis\Desktop\nrf8\ncs\.west\west\src\west\commands\project.py", line 738, in _west_project
return Manifest.from_file(sections=['west']).west_project
File "C:\Users\Luis\Desktop\nrf8\ncs\.west\west\src\west\manifest.py", line 91, in from_file
return Manifest(source_file=source_file, sections=sections)
File "C:\Users\Luis\Desktop\nrf8\ncs\.west\west\src\west\manifest.py", line 127, in __init__
with open(source_file, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Luis\\Desktop\\nrf8\\ncs\\nrf\\west.yml'