<?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:Deployment with error in Edge Software Catalog</title>
    <link>https://community.intel.com/t5/Edge-Software-Catalog/Deployment-with-error/m-p/1423379#M1209</link>
    <description>&lt;P&gt;Hi WeiSeng,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It looks like the wheel package cannot be found. Could you try to manually install it and run the deploy command once more?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;apt update&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;python3 -m pip install --upgrade pip&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;pip install wheel==0.37.1&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;BR /&gt;</description>
    <pubDate>Wed, 19 Oct 2022 16:10:09 GMT</pubDate>
    <dc:creator>JesusE_Intel</dc:creator>
    <dc:date>2022-10-19T16:10:09Z</dc:date>
    <item>
      <title>Deployment with error</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Deployment-with-error/m-p/1413648#M1206</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I try to set up smart edge open with follow this guide:&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: -apple-system; font-size: 10.5pt;"&gt;&lt;SPAN&gt;&lt;A href="https://edc.intel.com/content/www/us/en/design/technologies-and-topics/iot/seodek/1.0/" target="_blank" rel="noopener"&gt;https://edc.intel.com/content/www/us/en/design/technologies-and-topics/iot/seodek/1.0/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: -apple-system; font-size: 10.5pt;"&gt;&lt;SPAN&gt;have the error shown picture in attached. Any suggestion to solve the issue?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: -apple-system; font-size: 10.5pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: -apple-system; font-size: 10.5pt;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 00:33:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Deployment-with-error/m-p/1413648#M1206</guid>
      <dc:creator>WeiSeng</dc:creator>
      <dc:date>2022-09-09T00:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment with error</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Deployment-with-error/m-p/1413666#M1207</link>
      <description>&lt;P&gt;Hi WeiSeng,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try edit /etc/apt/sources.list , those lines that has &lt;A href="http://my.archive.ubuntu.com" target="_blank"&gt;http://my.archive.ubuntu.com&lt;/A&gt; , remove my. and become &lt;A href="http://archive.ubuntu.com" target="_blank"&gt;http://archive.ubuntu.com&lt;/A&gt;&amp;nbsp;. Then check again if you still encounter the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;SShan_Intel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 02:32:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Deployment-with-error/m-p/1413666#M1207</guid>
      <dc:creator>SShan_Intel</dc:creator>
      <dc:date>2022-09-09T02:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment with error</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Deployment-with-error/m-p/1414074#M1208</link>
      <description>&lt;P&gt;Hi SShan,&lt;/P&gt;
&lt;P&gt;Thanks for your support.&lt;/P&gt;
&lt;P&gt;Today I try deploy with command '$pipenv run ./deploy.py' getting error attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have any suggestion?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 04:15:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Deployment-with-error/m-p/1414074#M1208</guid>
      <dc:creator>WeiSeng</dc:creator>
      <dc:date>2022-09-12T04:15:46Z</dc:date>
    </item>
    <item>
      <title>Re:Deployment with error</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Deployment-with-error/m-p/1423379#M1209</link>
      <description>&lt;P&gt;Hi WeiSeng,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It looks like the wheel package cannot be found. Could you try to manually install it and run the deploy command once more?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;apt update&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;python3 -m pip install --upgrade pip&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;pip install wheel==0.37.1&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;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2022 16:10:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Deployment-with-error/m-p/1423379#M1209</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2022-10-19T16:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment with error</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Deployment-with-error/m-p/1427212#M1210</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;</description>
      <pubDate>Wed, 02 Nov 2022 22:44:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Deployment-with-error/m-p/1427212#M1210</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2022-11-02T22:44:11Z</dc:date>
    </item>
  </channel>
</rss>

