Hi.
I was trying to set Zephyr environment up in VSCode, but there was an error when clicked the Install button in MCUXpresso Installer. Among other things (I was following a short tutorial posted in LinkedIn by NXP) I set Zephyr Developer for installation.
Tutorial: https://www.nxp.com/company/about-nxp/smarter-world-videos/HELLO-WORLD-DEMO-ZEPHYR-VID
The system asked for my password dozens of times (Linux box); however, everytime I got an error when the installer executed this line:
[info] Executing command "pkexec apt -y install python7.4-venv"
Is python7.4 even a thing?
Then I got these messages:
[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...
It's not a mispelling. Check this image out:

Any hints? Did I missed something?
Thank you in advanced!