<?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: EII package install failed in Edge Software Catalog</title>
    <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1280649#M1733</link>
    <description>&lt;P&gt;I uninstalled Python and then installed it back by following the instructions&amp;nbsp;&lt;A href="https://gist.github.com/zhensongren/811dcf2471f663ed3148a272f1faa957" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;. Then tried the command 'edgesoftware install'. Still getting the same error. Let me know if I can provide any other logs.&lt;/P&gt;
&lt;P&gt;Failed to provision secrets to vault.&lt;BR /&gt;Failed to install eii_installer took 1 minutes 39.85 seconds&lt;BR /&gt;Installation of package complete&lt;BR /&gt;+--------------------------+-----------------------------+---------+&lt;BR /&gt;| Id | Module | Status |&lt;BR /&gt;+--------------------------+-----------------------------+---------+&lt;BR /&gt;| 5f21392e9e63c9002a6fd88d | Docker Community Edition CE | SUCCESS |&lt;BR /&gt;| 5f213aae9e63c9002a6fd88e | Docker Compose | SUCCESS |&lt;BR /&gt;| 5face41098a1ef002af292fd | eii installer | FAILED |&lt;BR /&gt;+--------------------------+-----------------------------+---------+&lt;/P&gt;</description>
    <pubDate>Tue, 11 May 2021 21:02:30 GMT</pubDate>
    <dc:creator>Neena_M_Intel</dc:creator>
    <dc:date>2021-05-11T21:02:30Z</dc:date>
    <item>
      <title>EII package install failed</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1280362#M1730</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am getting the following error message:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Failed to provision secrets to vault.&lt;/P&gt;
&lt;P&gt;Failed to install eii_installer took 2 minutes 10.17 seconds&lt;/P&gt;
&lt;P&gt;Please see attached logs from my terminal&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 23:20:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1280362#M1730</guid>
      <dc:creator>Neena_M_Intel</dc:creator>
      <dc:date>2021-05-10T23:20:18Z</dc:date>
    </item>
    <item>
      <title>Re:EII package install failed</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1280597#M1731</link>
      <description>&lt;P&gt;Hi Neena_M_Intel,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;May I know if this is a fresh Ubuntu 18.04 install or did you have a previous version installed on the OS? Looking at the logs, it looks like you have PyYAML version 3.12 installed and the installer is unable to remove it. Could you try removing it manually and installing PyYAML version 5.4.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;pip3 install PyYAML==5.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Once the correct PyYAML version is installed, try running the installation once more.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;./edgesoftware install&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jesus&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 May 2021 17:09:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1280597#M1731</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2021-05-11T17:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: EII package install failed</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1280642#M1732</link>
      <description>&lt;P&gt;Hi, I don't have access to the physical system. hence, cannot start from a fresh OS install. I tried to uninstall PyYaml. However, got the following message:&lt;/P&gt;
&lt;P&gt;Found existing installation: PyYAML 3.12&lt;BR /&gt;ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.&lt;/P&gt;
&lt;P&gt;Tried a few suggestions from StackOverflow unsuccessfully. Also, tried updating it with pip force reinstall. The edgesoftware CLI still fails. Any suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 20:38:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1280642#M1732</guid>
      <dc:creator>Neena_M_Intel</dc:creator>
      <dc:date>2021-05-11T20:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: EII package install failed</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1280649#M1733</link>
      <description>&lt;P&gt;I uninstalled Python and then installed it back by following the instructions&amp;nbsp;&lt;A href="https://gist.github.com/zhensongren/811dcf2471f663ed3148a272f1faa957" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;. Then tried the command 'edgesoftware install'. Still getting the same error. Let me know if I can provide any other logs.&lt;/P&gt;
&lt;P&gt;Failed to provision secrets to vault.&lt;BR /&gt;Failed to install eii_installer took 1 minutes 39.85 seconds&lt;BR /&gt;Installation of package complete&lt;BR /&gt;+--------------------------+-----------------------------+---------+&lt;BR /&gt;| Id | Module | Status |&lt;BR /&gt;+--------------------------+-----------------------------+---------+&lt;BR /&gt;| 5f21392e9e63c9002a6fd88d | Docker Community Edition CE | SUCCESS |&lt;BR /&gt;| 5f213aae9e63c9002a6fd88e | Docker Compose | SUCCESS |&lt;BR /&gt;| 5face41098a1ef002af292fd | eii installer | FAILED |&lt;BR /&gt;+--------------------------+-----------------------------+---------+&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 21:02:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1280649#M1733</guid>
      <dc:creator>Neena_M_Intel</dc:creator>
      <dc:date>2021-05-11T21:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: EII package install failed</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1280660#M1734</link>
      <description>&lt;P&gt;Forgot to mention that my PyYAML version is 5.4 now&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;pip show pyyaml&lt;BR /&gt;Name: PyYAML&lt;BR /&gt;Version: 5.4&lt;BR /&gt;Summary: YAML parser and emitter for Python&lt;BR /&gt;Home-page: &lt;A href="https://pyyaml.org/" target="_blank"&gt;https://pyyaml.org/&lt;/A&gt;&lt;BR /&gt;Author: Kirill Simonov&lt;BR /&gt;Author-email: xi@resolvent.net&lt;BR /&gt;License: MIT&lt;BR /&gt;Location: /usr/local/lib/python3.6/dist-packages&lt;BR /&gt;Requires:&lt;BR /&gt;Required-by:&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 21:44:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1280660#M1734</guid>
      <dc:creator>Neena_M_Intel</dc:creator>
      <dc:date>2021-05-11T21:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: EII package install failed</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1281567#M1735</link>
      <description>&lt;P&gt;Hi Neena_M_Intel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide the &lt;FONT face="courier new,courier"&gt;install.log&lt;/FONT&gt; file? It should located under the &lt;SPAN style="font-family: courier;"&gt;/var/log/esb-cli/Edge_Insights_for_Industrial_2.4.2/eii_installer/&lt;/SPAN&gt; directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jesus&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 23:23:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1281567#M1735</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2021-05-14T23:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: EII package install failed</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1283487#M1736</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/91661"&gt;@Neena_M_Intel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Upon investigation on your setup, the failure was due to the provisioning script issue a command to read the timezone and the result being return came with an additional warning message that corrupted the .env file. Therefore, the provisioning steps failed and showing an error "&lt;SPAN&gt;Failed to provision secrets to vault". Once the warning message being removed, then it can be build successfully. Although this is something abnormal on this particular machine as the standard command to read the timezone from the system with additional warning message, but we have captured this scenario and see if anything can be done from EII to avoid similar issue if encounter the same system behavior. So, your EII system is good to go now.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Hope these information help.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 08:33:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1283487#M1736</guid>
      <dc:creator>WengWai_C_Intel</dc:creator>
      <dc:date>2021-05-21T08:33:57Z</dc:date>
    </item>
    <item>
      <title>Re:EII package install failed</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1284140#M1737</link>
      <description>&lt;P&gt;If you need any additional information, please submit a new question as this thread will no longer be monitored.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 May 2021 16:24:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/EII-package-install-failed/m-p/1284140#M1737</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2021-05-24T16:24:23Z</dc:date>
    </item>
  </channel>
</rss>

