<?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 Re: Build.bat fails during AI PC Dev Kit installation in Intel AI PC Dev Kit Support</title>
    <link>https://community.intel.com/t5/Intel-AI-PC-Dev-Kit-Support/Build-bat-fails-during-AI-PC-Dev-Kit-installation/m-p/1672431#M11</link>
    <description>&lt;P&gt;Sorry to hear that, we have put a fix, could you please get the latest source and rerun.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Mar 2025 08:42:56 GMT</pubDate>
    <dc:creator>bagaluko</dc:creator>
    <dc:date>2025-03-05T08:42:56Z</dc:date>
    <item>
      <title>Build.bat fails during AI PC Dev Kit installation</title>
      <link>https://community.intel.com/t5/Intel-AI-PC-Dev-Kit-Support/Build-bat-fails-during-AI-PC-Dev-Kit-installation/m-p/1671927#M9</link>
      <description>&lt;P&gt;I have followed the instructions here twice:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://github.com/intel/aipc-devkit-install/" target="_blank"&gt;https://github.com/intel/aipc-devkit-install/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But each time, I receive this error message when running Build.bat.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;(venv) C:\Users\(username)\Documents\aipc-devkit-install\build&amp;gt;Build.bat&lt;/LI&gt;&lt;LI&gt;(venv) C:\Users\(username)\Documents\aipc-devkit-install\build&amp;gt;REM Copyright (C) 2024 Intel Corporation&lt;/LI&gt;&lt;LI&gt;(venv) C:\Users\(username)\Documents\aipc-devkit-install\build&amp;gt;REM Author: Krishna Lakhotia &amp;lt;krishna.lakhotia@intel.com&amp;gt;&lt;/LI&gt;&lt;LI&gt;(venv) C:\Users\(username)\Documents\aipc-devkit-install\build&amp;gt;REM Author: Balasubramanyam Agalukote Lakshmipathi &amp;lt;balasubramanyam.agalukote.lakshmipathi@intel.com&amp;gt;&lt;/LI&gt;&lt;LI&gt;(venv) C:\Users\(username)\Documents\aipc-devkit-install\build&amp;gt;REM This software and the related documents are Intel copyrighted materials, and your use of them is&lt;/LI&gt;&lt;LI&gt;(venv) C:\Users\(username)\Documents\aipc-devkit-install\build&amp;gt;REM governed by the express license under which they were provided to you ("License"). Unless the&lt;/LI&gt;&lt;LI&gt;(venv) C:\Users\(username)\Documents\aipc-devkit-install\build&amp;gt;REM License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or&lt;/LI&gt;&lt;LI&gt;(venv) C:\Users\(username)\Documents\aipc-devkit-install\build&amp;gt;REM transmit this software or the related documents without Intel's prior written permission.&lt;/LI&gt;&lt;LI&gt;(venv) C:\Users\(username)\Documents\aipc-devkit-install\build&amp;gt;REM This software and the related documents are provided as is, with no express or implied warranties,&lt;/LI&gt;&lt;LI&gt;(venv) C:\Users\(username)\Documents\aipc-devkit-install\build&amp;gt;REM other than those that are expressly stated in the License.&lt;/LI&gt;&lt;LI&gt;(venv) C:\Users\(username)\Documents\aipc-devkit-install\build&amp;gt;echo " Start Building Intel AI PC Development Kit"&lt;BR /&gt;" Start Building Intel AI PC Development Kit"&lt;/LI&gt;&lt;LI&gt;(venv) C:\Users\(username)\Documents\aipc-devkit-install\build&amp;gt;set arg1=1.1.0.0&lt;/LI&gt;&lt;LI&gt;(venv) C:\Users\(username)\Documents\aipc-devkit-install\build&amp;gt;IF "1.1.0.0" == "" set arg1=1.1.0.0&lt;/LI&gt;&lt;LI&gt;(venv) C:\Users\(username)\Documents\aipc-devkit-install\build&amp;gt;create-version-file installer_metadata.yml --outfile file_version_info.txt --version 1.1.0.0&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Traceback (most recent call last):&lt;/STRONG&gt;&lt;BR /&gt;File "C:\Users\(username)\Documents\aipc-devkit-install\venv\lib\site-packages\pyinstaller_versionfile\metadata.py", line 100, in from_file&lt;BR /&gt;with codecs.open(filepath, encoding="utf-8") as infile:&lt;BR /&gt;File "C:\Program Files\Python310\lib\codecs.py", line 906, in open&lt;BR /&gt;file = builtins.open(filename, mode, buffering)&lt;BR /&gt;FileNotFoundError: [Errno 2] No such file or directory: 'installer_metadata.yml'&lt;/P&gt;&lt;P&gt;The above exception was the direct cause of the following exception:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Traceback (most recent call last):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;File "C:\Program Files\Python310\lib\runpy.py", line 196, in _run_module_as_main&lt;BR /&gt;return _run_code(code, main_globals, None,&lt;BR /&gt;File "C:\Program Files\Python310\lib\runpy.py", line 86, in _run_code&lt;BR /&gt;exec(code, run_globals)&lt;BR /&gt;File "C:\Users\(username)\Documents\aipc-devkit-install\venv\Scripts\create-version-file.exe\__main__.py", line 7, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "C:\Users\(username)\Documents\aipc-devkit-install\venv\lib\site-packages\pyinstaller_versionfile\__main__.py", line 112, in create_version_file&lt;BR /&gt;pyinstaller_versionfile.create_versionfile_from_input_file(&lt;BR /&gt;File "C:\Users\(username)\Documents\aipc-devkit-install\venv\lib\site-packages\pyinstaller_versionfile\__init__.py", line 57, in create_versionfile_from_input_file&lt;BR /&gt;metadata = MetaData.from_file(&lt;BR /&gt;File "C:\Users\(username)\Documents\aipc-devkit-install\venv\lib\site-packages\pyinstaller_versionfile\metadata.py", line 107, in from_file&lt;BR /&gt;raise exceptions.InputError(f"File {filepath} does not exist") from err&lt;BR /&gt;pyinstaller_versionfile.exceptions.InputError: File installer_metadata.yml does not exist&lt;/P&gt;&lt;P&gt;(venv) C:\Users\(username)\Documents\aipc-devkit-install\build&amp;gt;REM Verify the version file creation&lt;/P&gt;&lt;P&gt;(venv) C:\Users\(username)\Documents\aipc-devkit-install\build&amp;gt;if not exist file_version_info.txt (&lt;BR /&gt;echo file_version_info.txt was not created.&lt;BR /&gt;exit /b 1&lt;BR /&gt;)&lt;BR /&gt;file_version_info.txt was not created.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;As a result, the dist directory and its installer exe files are not created.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 03:15:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-AI-PC-Dev-Kit-Support/Build-bat-fails-during-AI-PC-Dev-Kit-installation/m-p/1671927#M9</guid>
      <dc:creator>nomanisan</dc:creator>
      <dc:date>2025-03-04T03:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Build.bat fails during AI PC Dev Kit installation</title>
      <link>https://community.intel.com/t5/Intel-AI-PC-Dev-Kit-Support/Build-bat-fails-during-AI-PC-Dev-Kit-installation/m-p/1672431#M11</link>
      <description>&lt;P&gt;Sorry to hear that, we have put a fix, could you please get the latest source and rerun.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 08:42:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-AI-PC-Dev-Kit-Support/Build-bat-fails-during-AI-PC-Dev-Kit-installation/m-p/1672431#M11</guid>
      <dc:creator>bagaluko</dc:creator>
      <dc:date>2025-03-05T08:42:56Z</dc:date>
    </item>
  </channel>
</rss>

