<?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: How to install python3 in imx6q in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/709785#M110331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you install pip on iMX6 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jul 2019 01:43:43 GMT</pubDate>
    <dc:creator>toanjunifer</dc:creator>
    <dc:date>2019-07-05T01:43:43Z</dc:date>
    <item>
      <title>How to install python3 in imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/709780#M110326</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;BR /&gt;My board is iMX6Q Sabre Lite with a image built using yocto morty. As I would like to use Python3 but the actuel is Python2.7, would you please tell me how I can install python3 in imx6q? Or how to rebuild the image that contains python3?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;Yang GAO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 15:06:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/709780#M110326</guid>
      <dc:creator>yanggao</dc:creator>
      <dc:date>2017-08-29T15:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to install python3 in imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/709781#M110327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try&amp;nbsp; the latest python 3 community recipe:&lt;/P&gt;&lt;P&gt;&lt;A data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Frecipes.yoctoproject.org%2Frrs%2Frecipedetail%2F297%2F" rel="nofollow" target="_blank"&gt;Recipe reporting system - python3&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope the follows thread can do some help for you.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/message/905562?commentID=905562#comment-905562" title="https://community.nxp.com/message/905562?commentID=905562#comment-905562"&gt;https://community.nxp.com/message/905562?commentID=905562#comment-905562&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-102453"&gt;Tool to dump and analyze IVT/DCD data in i.MX binaries&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;&lt;P&gt;Rita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 07:55:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/709781#M110327</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2017-08-30T07:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to install python3 in imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/709782#M110328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rita,&lt;/P&gt;&lt;P&gt;Thank you very much!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I read the links that you have mentioned, would you please confirm whether the following steps are correct for installing python3 and python3-pip in Yocto for imx6q sabre lite?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. copy the recipes files python3_3.5.3.bb and python3-pip_9.0.1.bb (because I need also python3-pip) in &lt;BR /&gt;fsl-community-bsp/sources/meta-openembedded/meta-python/recipes-devtools/python&lt;/P&gt;&lt;P&gt;2. in build directory, execute:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; $bitbake python3&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; $bitbake python3-pip&lt;/P&gt;&lt;P&gt;3. add IMAGE_INSTALL_append = " python3" and&amp;nbsp;IMAGE_INSTALL_append = " python3-pip" in the local.conf&lt;/P&gt;&lt;P&gt;4. rebuild image: bitbake core-image-x11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;Yang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 10:51:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/709782#M110328</guid>
      <dc:creator>yanggao</dc:creator>
      <dc:date>2017-08-30T10:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to install python3 in imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/709783#M110329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally I have succeeded to install python3 and python3-pip in Yocto for imx6. Just for the third step, add CORE_IMAGE_EXTRA_INSTALL += " python3 python3-pip" in the local.conf. Thanks for all helps!&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;&lt;P&gt;Yang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 11:59:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/709783#M110329</guid>
      <dc:creator>yanggao</dc:creator>
      <dc:date>2017-08-31T11:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to install python3 in imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/709784#M110330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi，&lt;/P&gt;&lt;P&gt;I am very glad it works. If you have new questions you can continue create thread in our commnunity.&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;&lt;P&gt;Rita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 07:07:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/709784#M110330</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2017-09-01T07:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to install python3 in imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/709785#M110331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you install pip on iMX6 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2019 01:43:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/709785#M110331</guid>
      <dc:creator>toanjunifer</dc:creator>
      <dc:date>2019-07-05T01:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to install python3 in imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/1405403#M186348</link>
      <description>&lt;P&gt;I added: IMAGE_INSTALL_append += "python3-pillow" to local.conf, but bitbake gave the error below. Would you please help?&amp;nbsp; I am kinda new to Yocto.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;NOTE: Runtime target 'python3-pillow' is unbuildable, removing...&lt;/P&gt;&lt;P&gt;Missing or unbuildable dependency chain was: ['python3-pillow']&lt;/P&gt;&lt;P&gt;ERROR: Required build target 'my-base-image' has no buildable providers.&lt;/P&gt;&lt;P&gt;Missing or unbuildable dependency chain was: ['my-base-image', 'python3-pillow']&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 17:16:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/1405403#M186348</guid>
      <dc:creator>mnguyen</dc:creator>
      <dc:date>2022-01-26T17:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to install python3 in imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/1405532#M186350</link>
      <description>&lt;P&gt;So you don't need step 1?&lt;BR /&gt;&lt;SPAN&gt;"1. copy the recipes files python3_3.5.3.bb and python3-pip_9.0.1.bb (because I need also python3-pip) in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;fsl-community-bsp/sources/meta-openembedded/meta-python/recipes-devtools/python"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 20:04:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-install-python3-in-imx6q/m-p/1405532#M186350</guid>
      <dc:creator>mnguyen</dc:creator>
      <dc:date>2022-01-26T20:04:43Z</dc:date>
    </item>
  </channel>
</rss>

