<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic KW47 VSCode Integration in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/KW47-VSCode-Integration/m-p/2265168#M20210</link>
    <description>&lt;P&gt;I am trying to get the KW47 bluetooth digital key anchor freeRTOS SDK sample imported and building.&amp;nbsp; When I attempt to import the example application I get this error:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Error: Failed to create freestanding example: Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/commands.py", line 565, in __call__&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mod = _commands_module_from_file(self.py_file)&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/commands.py", line 718, in _commands_module_from_file&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; spec.loader.exec_module(mod)&lt;BR /&gt;&amp;nbsp; File "&amp;lt;frozen importlib._bootstrap_external&amp;gt;", line 883, in exec_module&lt;BR /&gt;&amp;nbsp; File "&amp;lt;frozen importlib._bootstrap&amp;gt;", line 241, in _call_with_frames_removed&lt;BR /&gt;&amp;nbsp; File "/grmn/prj/aoem/mcuxpresso-sdk/mcuxsdk/mcuxsdk/scripts/west_commands/export_app.py", line 12, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from export_app.cmake_parser import cmparser&lt;BR /&gt;&amp;nbsp; File "/grmn/prj/aoem/mcuxpresso-sdk/mcuxsdk/mcuxsdk/scripts/west_commands/export_app/cmake_parser.py", line 11, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from jinja2 import Template&lt;BR /&gt;ModuleNotFoundError: No module named 'jinja2'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above exception was the direct cause of the following exception:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/app/main.py", line 584, in run_command&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.run_extension(args.command, argv)&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/app/main.py", line 708, in run_extension&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.cmd = self.extensions[name].factory()&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/commands.py", line 567, in __call__&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise ExtensionCommandError(&lt;BR /&gt;west.commands.ExtensionCommandError&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;During handling of the above exception, another exception occurred:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return _run_code(code, main_globals, None,&lt;BR /&gt;&amp;nbsp; File "/usr/lib/python3.10/runpy.py", line 86, in _run_code&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; exec(code, run_globals)&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/__main__.py", line 3, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; main()&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/app/main.py", line 1199, in main&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.run(argv or sys.argv[1:])&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/app/main.py", line 278, in run&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.run_command(argv, early_args)&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/app/main.py", line 628, in run_command&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.handle_extension_command_error(ece)&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/app/main.py", line 454, in handle_extension_command_error&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.cmd.err(msg, fatal=True)&lt;BR /&gt;AttributeError: 'NoneType' object has no attribute 'err'&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;To my knowledge all of the dependencies are satisfied.&amp;nbsp; I attempted to install the SDK dependency manager application on Linux but this installation also fails.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Dec 2025 16:01:10 GMT</pubDate>
    <dc:creator>ciband</dc:creator>
    <dc:date>2025-12-17T16:01:10Z</dc:date>
    <item>
      <title>KW47 VSCode Integration</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW47-VSCode-Integration/m-p/2265168#M20210</link>
      <description>&lt;P&gt;I am trying to get the KW47 bluetooth digital key anchor freeRTOS SDK sample imported and building.&amp;nbsp; When I attempt to import the example application I get this error:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Error: Failed to create freestanding example: Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/commands.py", line 565, in __call__&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mod = _commands_module_from_file(self.py_file)&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/commands.py", line 718, in _commands_module_from_file&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; spec.loader.exec_module(mod)&lt;BR /&gt;&amp;nbsp; File "&amp;lt;frozen importlib._bootstrap_external&amp;gt;", line 883, in exec_module&lt;BR /&gt;&amp;nbsp; File "&amp;lt;frozen importlib._bootstrap&amp;gt;", line 241, in _call_with_frames_removed&lt;BR /&gt;&amp;nbsp; File "/grmn/prj/aoem/mcuxpresso-sdk/mcuxsdk/mcuxsdk/scripts/west_commands/export_app.py", line 12, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from export_app.cmake_parser import cmparser&lt;BR /&gt;&amp;nbsp; File "/grmn/prj/aoem/mcuxpresso-sdk/mcuxsdk/mcuxsdk/scripts/west_commands/export_app/cmake_parser.py", line 11, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from jinja2 import Template&lt;BR /&gt;ModuleNotFoundError: No module named 'jinja2'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above exception was the direct cause of the following exception:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/app/main.py", line 584, in run_command&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.run_extension(args.command, argv)&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/app/main.py", line 708, in run_extension&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.cmd = self.extensions[name].factory()&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/commands.py", line 567, in __call__&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise ExtensionCommandError(&lt;BR /&gt;west.commands.ExtensionCommandError&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;During handling of the above exception, another exception occurred:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return _run_code(code, main_globals, None,&lt;BR /&gt;&amp;nbsp; File "/usr/lib/python3.10/runpy.py", line 86, in _run_code&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; exec(code, run_globals)&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/__main__.py", line 3, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; main()&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/app/main.py", line 1199, in main&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.run(argv or sys.argv[1:])&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/app/main.py", line 278, in run&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.run_command(argv, early_args)&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/app/main.py", line 628, in run_command&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.handle_extension_command_error(ece)&lt;BR /&gt;&amp;nbsp; File "/home/johnsonchris/.local/lib/python3.10/site-packages/west/app/main.py", line 454, in handle_extension_command_error&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.cmd.err(msg, fatal=True)&lt;BR /&gt;AttributeError: 'NoneType' object has no attribute 'err'&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;To my knowledge all of the dependencies are satisfied.&amp;nbsp; I attempted to install the SDK dependency manager application on Linux but this installation also fails.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 16:01:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW47-VSCode-Integration/m-p/2265168#M20210</guid>
      <dc:creator>ciband</dc:creator>
      <dc:date>2025-12-17T16:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: KW47 VSCode Integration</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW47-VSCode-Integration/m-p/2267785#M20214</link>
      <description>&lt;P&gt;Missing jinja2 package was the solution.&amp;nbsp; pip3 install jinja2&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 16:27:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW47-VSCode-Integration/m-p/2267785#M20214</guid>
      <dc:creator>ciband</dc:creator>
      <dc:date>2025-12-22T16:27:40Z</dc:date>
    </item>
  </channel>
</rss>

