<?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>i.MX ProcessorsのトピックHow can I add Python3 in my image?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-add-Python3-in-my-image/m-p/1095471#M160469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to build my image with python3.&lt;/P&gt;&lt;P&gt;As pytno3 recipes are already included in my source.&lt;/P&gt;&lt;P&gt;If I try "bitbake python3", it finishes with no problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I added line "CORE_IMAGE_EXTRA_INSTALL += " python3" in local.conf.&lt;/P&gt;&lt;P&gt;But I'm keep getting ERROR saids:&lt;/P&gt;&lt;P&gt;ERROR: python3 not found in the base feeds (imx6sxsabresd cortexa9hf-vfp-neon-mx6qdl cortexa9hf-vfp-neon cortexa9hf-vfp armv7ahf-vfp-neon armv7ahf-vfp armv6hf-vfp armv5ehf-vfp armv5hf-vfp noarch any all).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also looked into this thread&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/458992"&gt;How to install python3 in imx6q&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and tried the steps written there, but it didn't work for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone tell me how to fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Jun 2020 03:52:39 GMT</pubDate>
    <dc:creator>ykkst</dc:creator>
    <dc:date>2020-06-28T03:52:39Z</dc:date>
    <item>
      <title>How can I add Python3 in my image?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-add-Python3-in-my-image/m-p/1095471#M160469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to build my image with python3.&lt;/P&gt;&lt;P&gt;As pytno3 recipes are already included in my source.&lt;/P&gt;&lt;P&gt;If I try "bitbake python3", it finishes with no problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I added line "CORE_IMAGE_EXTRA_INSTALL += " python3" in local.conf.&lt;/P&gt;&lt;P&gt;But I'm keep getting ERROR saids:&lt;/P&gt;&lt;P&gt;ERROR: python3 not found in the base feeds (imx6sxsabresd cortexa9hf-vfp-neon-mx6qdl cortexa9hf-vfp-neon cortexa9hf-vfp armv7ahf-vfp-neon armv7ahf-vfp armv6hf-vfp armv5ehf-vfp armv5hf-vfp noarch any all).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also looked into this thread&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/458992"&gt;How to install python3 in imx6q&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and tried the steps written there, but it didn't work for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone tell me how to fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2020 03:52:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-I-add-Python3-in-my-image/m-p/1095471#M160469</guid>
      <dc:creator>ykkst</dc:creator>
      <dc:date>2020-06-28T03:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I add Python3 in my image?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-add-Python3-in-my-image/m-p/1095472#M160470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="278690" data-username="ykkst" href="https://community.nxp.com/people/ykkst" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: underline; font-size: 11.9994px;"&gt;ykkst&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried adding python3 using below command in local.conf:&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append += " python3"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And we are able to locate python3 in /usr/bin/ after building the image.&lt;/P&gt;&lt;P&gt;We checked in yocto zeus. If above command does not work for you, can you let us know which Yocto version are you using? So we can also check on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2020 09:52:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-I-add-Python3-in-my-image/m-p/1095472#M160470</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2020-06-29T09:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I add Python3 in my image?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-add-Python3-in-my-image/m-p/1095473#M160471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;karan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for answering.&lt;/P&gt;&lt;P&gt;I tried&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;IMAGE_INSTALL_append += " python3"&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;too, but result was same.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I'm using dizzy.&lt;/P&gt;&lt;P&gt;I also tried adding python3 using fido, but result was same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I added&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " python3-misc python3-modules python3-man&amp;nbsp; python3-pyvenv libpython3"&lt;/P&gt;&lt;P&gt;to local.conf, that gives me python3 in my image...&lt;/P&gt;&lt;P&gt;I am not sure whether my image now has all python3 modules I need.&lt;/P&gt;&lt;P&gt;Does the line I added supposed to work fine?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ykkst&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2020 00:50:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-I-add-Python3-in-my-image/m-p/1095473#M160471</guid>
      <dc:creator>ykkst</dc:creator>
      <dc:date>2020-06-30T00:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I add Python3 in my image?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-add-Python3-in-my-image/m-p/1095474#M160472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one can use 5.4.3 bsp vesion, which supports python3 already, when the board boot up, you can use "python3" to check &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 08:12:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-I-add-Python3-in-my-image/m-p/1095474#M160472</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2020-07-02T08:12:20Z</dc:date>
    </item>
  </channel>
</rss>

