IMX93 Yocto build fails Ubuntu 25.04 missing pipes

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX93 Yocto build fails Ubuntu 25.04 missing pipes

Jump to solution
1,021 Views
Bugger
Contributor III

Built on 25.04 because Ubuntu 24.10 Yotco kept failing with random errors.

Python 3.12 depricated pipes, but recent IMX93 Yocto build still uses it.

Python 3.13.3 (main, Apr 8 2025, 19:55:40) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

Logfile of failure stored in: log.do_compile.377051
Log data follows:
| DEBUG: Executing shell function do_compile
| Traceback (most recent call last):
| File "/./configure.py", line 26, in <module>
| import pipes
| ModuleNotFoundError: No module named 'pipes'
| WARNING: exit code 1 from a shell command.

Labels (3)
0 Kudos
Reply
1 Solution
1,007 Views
Bugger
Contributor III

Replaced pipes with shlex in the offending configure.py file and build continued....

View solution in original post

0 Kudos
Reply
1 Reply
1,008 Views
Bugger
Contributor III

Replaced pipes with shlex in the offending configure.py file and build continued....

0 Kudos
Reply