<?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: Python Library updation in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Python-Library-updation/m-p/764263#M118732</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you for your comments.&lt;/P&gt;&lt;P&gt;I tried as you mentioned in the above reply and I'm able to find python-scipy in the added packages. But on the target when I'm importing scipy it shows error(like python-scipy not found). Then I check for scipy package in the python2.7 directory it doesn't list anything. Hope you can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mathew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Feb 2018 05:54:50 GMT</pubDate>
    <dc:creator>mathew_k_t</dc:creator>
    <dc:date>2018-02-05T05:54:50Z</dc:date>
    <item>
      <title>Python Library updation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Python-Library-updation/m-p/764260#M118729</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 would like to add python-scipy_0.18.1 with iMX6ULL evk image, I successfully added numpy and pandas using .bb files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mathew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 10:58:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Python-Library-updation/m-p/764260#M118729</guid>
      <dc:creator>mathew_k_t</dc:creator>
      <dc:date>2018-01-29T10:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Python Library updation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Python-Library-updation/m-p/764261#M118730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a bb file and tried to create an image. But it shows error&lt;span class="lia-inline-image-display-wrapper" image-alt="python-scipy.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34075iE876B73A15649B6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="python-scipy.png" alt="python-scipy.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;following is the bitbake file that I created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUMMARY&amp;nbsp; = "SciPy: Scientific Library for Python"&lt;BR /&gt;SECTION = "devel/python"&lt;BR /&gt;&lt;SPAN&gt;HOMEPAGE = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.scipy.org" rel="nofollow" target="_blank"&gt;https://www.scipy.org&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SRC_URI[md5sum] = "5fb5fb7ccb113ab3a039702b6c2f3327"&lt;BR /&gt;SRC_URI[sha256sum] = "8ab6e9c808bf2fb3e8576cd8cf07226d9cdc18b012c06d9708429a821ac6634e"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LICENSE = "BSD"&lt;BR /&gt;LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PYPI_PACKAGE = "scipy"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S = "${WORKDIR}/scipy-${PV}"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RDEPENDS_${PN} += "python-numpy"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:42:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Python-Library-updation/m-p/764261#M118730</guid>
      <dc:creator>mathew_k_t</dc:creator>
      <dc:date>2018-01-30T13:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Python Library updation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Python-Library-updation/m-p/764262#M118731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mathew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your Yocto build directory you can launch command '&lt;STRONG&gt;bitbake -s&lt;/STRONG&gt;' and it will show all the available packages. You may '&lt;STRONG&gt;grep&lt;/STRONG&gt;' the output and look for python-scipy, if no output is found then it means the package is not available, but if you find it then you can add the package with that specific name.&lt;/P&gt;&lt;P&gt;You may add the module to your image by adding the following line to your local.conf file:&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append += "package_name"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 17:38:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Python-Library-updation/m-p/764262#M118731</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2018-01-30T17:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Python Library updation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Python-Library-updation/m-p/764263#M118732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you for your comments.&lt;/P&gt;&lt;P&gt;I tried as you mentioned in the above reply and I'm able to find python-scipy in the added packages. But on the target when I'm importing scipy it shows error(like python-scipy not found). Then I check for scipy package in the python2.7 directory it doesn't list anything. Hope you can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mathew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 05:54:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Python-Library-updation/m-p/764263#M118732</guid>
      <dc:creator>mathew_k_t</dc:creator>
      <dc:date>2018-02-05T05:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Python Library updation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Python-Library-updation/m-p/764264#M118733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mathew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was mistaken in the Syntax please try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " package_name"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note the leading space in the value to be appended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the problem persists please let e know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&lt;BR /&gt;NXP Technical Support&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 23:33:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Python-Library-updation/m-p/764264#M118733</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2018-02-07T23:33:22Z</dc:date>
    </item>
  </channel>
</rss>

