IMX93 Yocto build fails Ubuntu 25.04 missing pipes

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IMX93 Yocto build fails Ubuntu 25.04 missing pipes

ソリューションへジャンプ
1,075件の閲覧回数
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,061件の閲覧回数
Bugger
Contributor III

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

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,062件の閲覧回数
Bugger
Contributor III

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

0 件の賞賛
返信