IMX93 Yocto build fails Ubuntu 25.04 missing pipes

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

IMX93 Yocto build fails Ubuntu 25.04 missing pipes

跳至解决方案
1,035 次查看
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.

标签 (3)
0 项奖励
回复
1 解答
1,021 次查看
Bugger
Contributor III

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

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,022 次查看
Bugger
Contributor III

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

0 项奖励
回复