I did that and it showed me this following code…
Executing task: west init -m https://github.com/circuitdojo/nrf9160-feather-examples-and-drivers.git –mr west.yml
Traceback (most recent call last):
File “C:\Users\gohar\AppData\Local\Programs\Python\Python39\lib\runpy.py”, line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File “C:\Users\gohar\AppData\Local\Programs\Python\Python39\lib\runpy.py”, line 87, in run_code
exec(code, run_globals)
File “C:\Users\gohar.zephyrtools\env\Scripts\west.exe__main__.py”, line 7, in <module>
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\app\main.py”, line 786, in main
app.run(argv or sys.argv[1:])
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\app\main.py”, line 101, in run
self.load_manifest()
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\app\main.py”, line 119, in load_manifest
self.manifest = Manifest.from_topdir(topdir=self.topdir,
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\manifest.py”, line 1105, in from_topdir
return Manifest(topdir=topdir, config=config,
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\manifest.py”, line 1373, in init
self.ctx = self._top_level_init(source_data,
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\manifest.py”, line 1715, in top_level_init
manifest_path_option = get_option(‘manifest.path’)
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\manifest.py”, line 1712, in get_option
return config.get(option, default=default,
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\configuration.py”, line 169, in get
return self.get(lambda cf: cf.get(option), default, configfile)
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\configuration.py”, line 208, in get
for cf in self.whence(configfile):
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\configuration.py”, line 229, in _whence
raise RuntimeError(‘local configuration file not found’)
RuntimeError: local configuration file not found
Traceback (most recent call last):
File “C:\Users\gohar\AppData\Local\Programs\Python\Python39\lib\runpy.py”, line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File “C:\Users\gohar\AppData\Local\Programs\Python\Python39\lib\runpy.py”, line 87, in run_code
exec(code, run_globals)
File “C:\Users\gohar.zephyrtools\env\Scripts\west.exe__main__.py”, line 7, in <module>
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\app\main.py”, line 786, in main
app.run(argv or sys.argv[1:])
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\app\main.py”, line 101, in run
self.load_manifest()
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\app\main.py”, line 119, in load_manifest
self.manifest = Manifest.from_topdir(topdir=self.topdir,
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\manifest.py”, line 1105, in from_topdir
return Manifest(topdir=topdir, config=config,
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\manifest.py”, line 1373, in init
self.ctx = self._top_level_init(source_data,
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\manifest.py”, line 1715, in top_level_init
manifest_path_option = get_option(‘manifest.path’)
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\manifest.py”, line 1712, in get_option
return config.get(option, default=default,
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\configuration.py”, line 169, in get
return self.get(lambda cf: cf.get(option), default, configfile)
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\configuration.py”, line 208, in get
for cf in self.whence(configfile):
File “C:\Users\gohar.zephyrtools\env\lib\site-packages\west\configuration.py”, line 229, in _whence
raise RuntimeError(‘local configuration file not found’)
RuntimeError: local configuration file not found
- The terminal process “C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -Command west update” terminated with exit code: 1.
- Terminal will be reused by tasks, press any key to close it.
Is this possibly because I may have initialized it to multiple empty folders, because I did put in the setup command, however the error
Task Zephyr Tools: Init Repo exited with code 1