West - ManifestImportFailed object has no attribute 'filename'

Hello,

I have installed the NCS toolchain using the Toolchain Manager app. I am using toolchain version 2.0.0. Here is the error I get when running `west status` :

west status
Traceback (most recent call last):
File "runpy.py", line 193, in _run_module_as_main
File "runpy.py", line 86, in _run_code
File "c:\ncs\toolchains\v2.0.0\opt\bin\Scripts\west.exe\__main__.py", line 7, in <module>
File "c:\ncs\toolchains\v2.0.0\opt\bin\Lib\site-packages\west\app\main.py", line 786, in main
app.run(argv or sys.argv[1:])
File "c:\ncs\toolchains\v2.0.0\opt\bin\Lib\site-packages\west\app\main.py", line 109, in run
self.run_command(argv)
File "c:\ncs\toolchains\v2.0.0\opt\bin\Lib\site-packages\west\app\main.py", line 337, in run_command
self.handle_builtin_manifest_load_err(args)
File "c:\ncs\toolchains\v2.0.0\opt\bin\Lib\site-packages\west\app\main.py", line 195, in handle_builtin_manifest_load_err
p, f = self.mle.project, self.mle.filename
AttributeError: 'ManifestImportFailed' object has no attribute 'filename'

Same issue when issuing the `west list` command for instance. I expected to get a friendly error message instead. I am using West version: v0.13.1.

I created the original issue on a west project page on Github (see https://github.com/zephyrproject-rtos/west/issues/586). Looks like it is a file permission issue. I am using git Bash on Windows. Have other west and NCS users had this same problem?

Parents Reply Children
No Data
Related