<?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>MCUXpresso for VSCodeのトピックRe: Error while setting Zephyr environment up in VSCode (python7.4-venv?)</title>
    <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Error-while-setting-Zephyr-environment-up-in-VSCode-python7-4/m-p/2256385#M482</link>
    <description>&lt;P&gt;Hi! Thanks for your prompt reply. Sorry for the lack of details in the last post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;fjrg76@fjrg76-amd:~$ cat /etc/os-release 
NAME="Linux Mint"
VERSION="22.2 (Zara)"
ID=linuxmint
ID_LIKE="ubuntu debian"
PRETTY_NAME="Linux Mint 22.2"
VERSION_ID="22.2"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.linuxmint.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=zara
UBUNTU_CODENAME=noble


fjrg76@fjrg76-amd:~$ whereis python3
python3: /usr/bin/python3 /usr/lib/python3 /etc/python3 /usr/share/python3 /usr/share/man/man1/python3.1.gz


fjrg76@fjrg76-amd:~$ which python3
/usr/bin/python3


fjrg76@fjrg76-amd:~$ ls -ls /usr/bin/python*
   0 lrwxrwxrwx 1 root root      10 nov 12 06:15 /usr/bin/python3 -&amp;gt; python3.12
7832 -rwxr-xr-x 1 root root 8016832 nov  6 07:44 /usr/bin/python3.12
   0 lrwxrwxrwx 1 root root      34 nov  6 07:44 /usr/bin/python3.12-config -&amp;gt; x86_64-linux-gnu-python3.12-config
   0 lrwxrwxrwx 1 root root      17 nov 12 06:15 /usr/bin/python3-config -&amp;gt; python3.12-config
   4 -rwxr-xr-x 1 root root     945 dic 11  2023 /usr/bin/python3-qr&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And for the &lt;STRONG&gt;installer&lt;/STRONG&gt;:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;MCUXpresso Installer Changelog
Version 25.09.179

Improvements

-Introduced mechanism to exclude component versions that may lead to compatibility issues.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you require more information, please don't hesitate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 06 Dec 2025 07:10:23 GMT</pubDate>
    <dc:creator>fjrg76</dc:creator>
    <dc:date>2025-12-06T07:10:23Z</dc:date>
    <item>
      <title>Error while setting Zephyr environment up in VSCode (python7.4-venv?)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Error-while-setting-Zephyr-environment-up-in-VSCode-python7-4/m-p/2255724#M480</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I was trying to set Zephyr environment up in VSCode, but there was an error when clicked the Install button in&amp;nbsp;&lt;STRONG&gt;MCUXpresso Installer&lt;/STRONG&gt;. Among other things (I was following a short tutorial posted in LinkedIn by NXP) I set &lt;STRONG&gt;Zephyr Developer&lt;/STRONG&gt;&amp;nbsp;for installation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tutorial:&amp;nbsp;&lt;A href="https://www.nxp.com/company/about-nxp/smarter-world-videos/HELLO-WORLD-DEMO-ZEPHYR-VID" target="_blank"&gt;https://www.nxp.com/company/about-nxp/smarter-world-videos/HELLO-WORLD-DEMO-ZEPHYR-VID&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The system asked for my password dozens of times (Linux box); however, everytime I got an error when the installer executed this line:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;[info] Executing command "pkexec apt -y install python7.4-venv"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is &lt;STRONG&gt;python7.4&lt;/STRONG&gt; even a thing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I got these messages:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[error] Command pkexec exited with code 100.
[error] The python virtual environment module could not be installed.
[error] Error occurred while installing Zephyr Python Dependencies: The virtual environment cound not be created. Skipping...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's not a mispelling. Check this image out:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura de pantalla de 2025-12-04 23-39-26.png" style="width: 879px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/368700i5289CDCC154CDCDC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura de pantalla de 2025-12-04 23-39-26.png" alt="Captura de pantalla de 2025-12-04 23-39-26.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any hints? Did I missed something?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advanced!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 05:53:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Error-while-setting-Zephyr-environment-up-in-VSCode-python7-4/m-p/2255724#M480</guid>
      <dc:creator>fjrg76</dc:creator>
      <dc:date>2025-12-05T05:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error while setting Zephyr environment up in VSCode (python7.4-venv?)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Error-while-setting-Zephyr-environment-up-in-VSCode-python7-4/m-p/2255974#M481</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27063"&gt;@fjrg76&lt;/a&gt;,&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;P&gt;Could you please share a few more details about the issue?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What Linux distribution are you using?&lt;/STRONG&gt; You can check by running:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;cat /etc/os-release&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;What installer version are you using?&lt;/STRONG&gt; You’ll find this information in the menu on the right, under the About section.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Which Python versions are installed on your system?&lt;/STRONG&gt; You can verify by running these commands:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;whereis python3&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;which python3&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;ls -ls /usr/bin/python*&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thank you,&lt;BR /&gt;Alexandra&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Dec 2025 08:39:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Error-while-setting-Zephyr-environment-up-in-VSCode-python7-4/m-p/2255974#M481</guid>
      <dc:creator>AlexandraMaracine</dc:creator>
      <dc:date>2025-12-05T08:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error while setting Zephyr environment up in VSCode (python7.4-venv?)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Error-while-setting-Zephyr-environment-up-in-VSCode-python7-4/m-p/2256385#M482</link>
      <description>&lt;P&gt;Hi! Thanks for your prompt reply. Sorry for the lack of details in the last post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;fjrg76@fjrg76-amd:~$ cat /etc/os-release 
NAME="Linux Mint"
VERSION="22.2 (Zara)"
ID=linuxmint
ID_LIKE="ubuntu debian"
PRETTY_NAME="Linux Mint 22.2"
VERSION_ID="22.2"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.linuxmint.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=zara
UBUNTU_CODENAME=noble


fjrg76@fjrg76-amd:~$ whereis python3
python3: /usr/bin/python3 /usr/lib/python3 /etc/python3 /usr/share/python3 /usr/share/man/man1/python3.1.gz


fjrg76@fjrg76-amd:~$ which python3
/usr/bin/python3


fjrg76@fjrg76-amd:~$ ls -ls /usr/bin/python*
   0 lrwxrwxrwx 1 root root      10 nov 12 06:15 /usr/bin/python3 -&amp;gt; python3.12
7832 -rwxr-xr-x 1 root root 8016832 nov  6 07:44 /usr/bin/python3.12
   0 lrwxrwxrwx 1 root root      34 nov  6 07:44 /usr/bin/python3.12-config -&amp;gt; x86_64-linux-gnu-python3.12-config
   0 lrwxrwxrwx 1 root root      17 nov 12 06:15 /usr/bin/python3-config -&amp;gt; python3.12-config
   4 -rwxr-xr-x 1 root root     945 dic 11  2023 /usr/bin/python3-qr&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And for the &lt;STRONG&gt;installer&lt;/STRONG&gt;:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;MCUXpresso Installer Changelog
Version 25.09.179

Improvements

-Introduced mechanism to exclude component versions that may lead to compatibility issues.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you require more information, please don't hesitate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Dec 2025 07:10:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Error-while-setting-Zephyr-environment-up-in-VSCode-python7-4/m-p/2256385#M482</guid>
      <dc:creator>fjrg76</dc:creator>
      <dc:date>2025-12-06T07:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error while setting Zephyr environment up in VSCode (python7.4-venv?)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Error-while-setting-Zephyr-environment-up-in-VSCode-python7-4/m-p/2257218#M483</link>
      <description>&lt;P&gt;Thank you for the additional details&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27063"&gt;@fjrg76&lt;/a&gt;!&lt;/P&gt;
&lt;DIV&gt;The MCUXpresso Installer is mistakenly interpreting your &lt;CODE&gt;python3-qr&lt;/CODE&gt; module as a Python version. We will address this issue in next week’s release. In the meantime, you can apply a temporary workaround by uninstalling the &lt;CODE&gt;python3-qr&lt;/CODE&gt; module, running the MCUXpresso Installer setup, and then reinstalling the module.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alexandra&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 13:57:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Error-while-setting-Zephyr-environment-up-in-VSCode-python7-4/m-p/2257218#M483</guid>
      <dc:creator>AlexandraMaracine</dc:creator>
      <dc:date>2025-12-08T13:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error while setting Zephyr environment up in VSCode (python7.4-venv?)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Error-while-setting-Zephyr-environment-up-in-VSCode-python7-4/m-p/2258549#M488</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Such package doesn't exist:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;E: No se ha podido localizar el paquete python3-qr&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A quick search on Google threw no results for "python3-qr". Did you mean: "&lt;STRONG&gt;python3-qrcode&lt;/STRONG&gt;"?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$ dpkg -l | grep python3 | grep qr&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ii python3-qrcode 7.4.2-4 all QR Code image generator library - Python 3.x&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 02:39:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Error-while-setting-Zephyr-environment-up-in-VSCode-python7-4/m-p/2258549#M488</guid>
      <dc:creator>fjrg76</dc:creator>
      <dc:date>2025-12-10T02:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error while setting Zephyr environment up in VSCode (python7.4-venv?)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Error-while-setting-Zephyr-environment-up-in-VSCode-python7-4/m-p/2258567#M489</link>
      <description>&lt;P&gt;Ok, the workaround worked!&lt;/P&gt;&lt;P&gt;However, the package to be eliminated is called &lt;STRONG&gt;python3-qrcode&lt;/STRONG&gt;. And the program &lt;STRONG&gt;Warpinator&lt;/STRONG&gt; was eliminated as well:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$ sudo apt remove python3-qrcode 
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
Leyendo la información de estado... Hecho
Los siguientes paquetes se ELIMINARÁN:
  python3-qrcode warpinator
...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The good news is that I recovered &lt;STRONG&gt;Warpinator&lt;/STRONG&gt; after applying the workaround.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you and&amp;nbsp; don't forget to test your releases before you release them &lt;LI-EMOJI id="lia_grinning-face-with-big-eyes" title=":grinning_face_with_big_eyes:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 02:59:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Error-while-setting-Zephyr-environment-up-in-VSCode-python7-4/m-p/2258567#M489</guid>
      <dc:creator>fjrg76</dc:creator>
      <dc:date>2025-12-10T02:59:35Z</dc:date>
    </item>
  </channel>
</rss>

