<?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のトピックRe: pylint3</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1540631#M196582</link>
    <description>&lt;P&gt;In my case, I did bitbake without installing pylint3.&lt;BR /&gt;Nevertheless, bitbake core-image-minimal succeeded.&lt;BR /&gt;I gave up building core-image-sato.&lt;/P&gt;&lt;P&gt;Now I changed hardware to Toradex Verdin iMX8M Plus and Dahlia Carrier Board.&lt;BR /&gt;I have found Toradex to have good support.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2022 01:46:10 GMT</pubDate>
    <dc:creator>biginer</dc:creator>
    <dc:date>2022-10-20T01:46:10Z</dc:date>
    <item>
      <title>pylint3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1513152#M194399</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have i.MX 8M Plus EVK Board and I don't know anything about linux environment. "i.MX Yocto Project User's Guide" say in "3.2 Host packages",&lt;BR /&gt;Essential Yocto Project host packages are:&lt;BR /&gt;$ sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev pylint3 xterm python3-subunit mesa-common-dev zstd liblz4-tool rsync curl&lt;/P&gt;&lt;P&gt;I excute that command and I got message "E: Unable to locate package pylint3"&lt;/P&gt;&lt;P&gt;so I ask NXP, and get answer&lt;BR /&gt;customer must install pylint3 successfully, if failed, this should be issue with their ubuntu system, then you couldn't build the bsp successfully, firstly customer must install all of packages in the yocto user guide successfully, if pylint3 is required in the yocto user guide, customer must install it, couldn't change pylint3 to pylint&lt;/P&gt;&lt;P&gt;What should I do?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 12:04:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1513152#M194399</guid>
      <dc:creator>biginer</dc:creator>
      <dc:date>2022-08-29T12:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: pylint3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1514287#M194484</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205646"&gt;@biginer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, the package has to be installed on your host machine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error: unable to locate package pylint3. Firstly please check the ubuntu version that you are using is the recommended one as per yocto user guide. If no other issue, such as network...etc. the packages installation on your host should be no problem.&lt;/P&gt;&lt;P&gt;Another way, you can manually install pylint3.&lt;/P&gt;&lt;P&gt;sudo apt-get update &amp;amp;&amp;amp; sudo apt-get upgrade on terminal of your host machine, and then run&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;sudo apt-get -y install pylint3&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Harvey&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 03:15:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1514287#M194484</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2022-08-31T03:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: pylint3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1514328#M194491</link>
      <description>&lt;P&gt;Hi,@Harvey021&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;In the i.MX Yocto Project User's Guide (Rev. LF5.15.32_2.0.0 - 12 July 2022) it says "The recommended minimum Ubuntu version is 20.04 or later."&lt;/P&gt;&lt;P&gt;I am using ubuntu 20.04. (on vmware).&lt;/P&gt;&lt;P&gt;sudo apt-get update&lt;BR /&gt;sudo apt-get upgrade&lt;BR /&gt;sudo apt-get -y install pylint3&lt;/P&gt;&lt;P&gt;It still get "unable to locate package pylint3".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 04:53:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1514328#M194491</guid>
      <dc:creator>biginer</dc:creator>
      <dc:date>2022-08-31T04:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: pylint3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1514352#M194494</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to check the sources.list(/etc/apt), if there is wrong configuration.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you can manually download the package and install it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 05:57:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1514352#M194494</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2022-08-31T05:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: pylint3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1515053#M194557</link>
      <description>&lt;P&gt;Thanks for the advice.&lt;BR /&gt;I will check sources.list.&lt;/P&gt;&lt;P&gt;If not, I will try reinstalling from ubuntu.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 00:53:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1515053#M194557</guid>
      <dc:creator>biginer</dc:creator>
      <dc:date>2022-09-01T00:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: pylint3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1517589#M194787</link>
      <description>&lt;P&gt;&lt;A href="https://packages.ubuntu.com/search?lang=en&amp;amp;keywords=pylint3" target="_blank"&gt;https://packages.ubuntu.com/search?lang=en&amp;amp;keywords=pylint3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; focal (20.04LTS): Virtual package&lt;BR /&gt;&amp;gt; provided by: pylint&lt;/P&gt;&lt;P&gt;Can pylint replace pylint3?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 09:18:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1517589#M194787</guid>
      <dc:creator>biginer</dc:creator>
      <dc:date>2022-09-06T09:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: pylint3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1540616#M196581</link>
      <description>&lt;P&gt;Hi, I have been facing the same issue on ubuntu 22.04. Did you fix your problem and how? Thank you for sharing ~&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 01:21:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1540616#M196581</guid>
      <dc:creator>wuyunfeng</dc:creator>
      <dc:date>2022-10-20T01:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: pylint3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1540631#M196582</link>
      <description>&lt;P&gt;In my case, I did bitbake without installing pylint3.&lt;BR /&gt;Nevertheless, bitbake core-image-minimal succeeded.&lt;BR /&gt;I gave up building core-image-sato.&lt;/P&gt;&lt;P&gt;Now I changed hardware to Toradex Verdin iMX8M Plus and Dahlia Carrier Board.&lt;BR /&gt;I have found Toradex to have good support.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 01:46:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1540631#M196582</guid>
      <dc:creator>biginer</dc:creator>
      <dc:date>2022-10-20T01:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: pylint3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1540705#M196591</link>
      <description>&lt;P&gt;I'm almost giving up either. I can't believe that you are the first person I find online which feedback this issue, considering this is the begin steps of Yocto's tutorial.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 03:34:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1540705#M196591</guid>
      <dc:creator>wuyunfeng</dc:creator>
      <dc:date>2022-10-20T03:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: pylint3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1551136#M197364</link>
      <description>&lt;P&gt;Hi, I share your frustration with the first steps of setting up a build environment for Linux! The list of packages in the NXP docs is not up to date, and the current list of packages in the latest Yocto guide is not up to date.&lt;BR /&gt;&lt;BR /&gt;I had the same issue with pylint3 and found one user had discovered it is now just pylint but you need to create a symbolic link from anything that calls pylint3 back to pylint.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.reddit.com/r/embeddedlinux/comments/wu2fw9/yocto_works_for_imx_builds_on_pop_os_2204/" target="_blank" rel="noopener"&gt;https://www.reddit.com/r/embeddedlinux/comments/wu2fw9/yocto_works_for_imx_builds_on_pop_os_2204/&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;In case the link goes down the solution posted is below (thanks user HappyDancingApe)!&lt;/P&gt;&lt;P class=""&gt;If you run into a problem with setting up the build environment because of pylint3 not being recognized, it is because pylint3 is pylint again.&lt;/P&gt;&lt;P class=""&gt;You can create a symlink called pylint3 that points to pylint and yocto works fine.&lt;/P&gt;&lt;PRE&gt;which pylint &lt;/PRE&gt;&lt;P class=""&gt;cd to the bin where the file lives then create the link&lt;/P&gt;&lt;PRE&gt;ln -s pylint pylint3&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 14:53:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1551136#M197364</guid>
      <dc:creator>markwilliams</dc:creator>
      <dc:date>2022-11-09T14:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: pylint3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1551636#M197396</link>
      <description>&lt;P&gt;Thanks for the information&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Unfortunately, I changed the hardware to Toradex Verdin iMX8M Plus and Dahlia Carrier Board so I can't try any more.&lt;/P&gt;&lt;P&gt;Sorry.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 05:20:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1551636#M197396</guid>
      <dc:creator>biginer</dc:creator>
      <dc:date>2022-11-10T05:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: pylint3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1582770#M200125</link>
      <description>&lt;P&gt;Hi, Harvey021&lt;/P&gt;&lt;P&gt;If there are more than 3 people find this problem, there must be something wrong. I encountered this too. After trying 'sudo apt-get -y install pylint3' it says:&lt;/P&gt;&lt;P&gt;E: Unable to locate package pylint3&lt;/P&gt;&lt;P&gt;On Ubuntu 22.04.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jan 2023 10:11:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1582770#M200125</guid>
      <dc:creator>diverger</dc:creator>
      <dc:date>2023-01-15T10:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: pylint3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1638414#M204641</link>
      <description>&lt;P&gt;I am also having the same problem&lt;/P&gt;</description>
      <pubDate>Sun, 23 Apr 2023 06:48:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/pylint3/m-p/1638414#M204641</guid>
      <dc:creator>masifamu</dc:creator>
      <dc:date>2023-04-23T06:48:17Z</dc:date>
    </item>
  </channel>
</rss>

