4b32c9ae068beccc3755c48784253e96c31cfd46 brakes devtool
Andrew Geissler
geissonator at gmail.com
Tue Jun 23 01:38:09 AEST 2020
> On Jun 22, 2020, at 10:00 AM, Anton Kachalov <rnouse at google.com> wrote:
>
> The commit 4b32c9ae068beccc3755c48784253e96c31cfd46 brakes the command like: "devtool modify phosphor-dbus-interfaces" in a way:
>
> Running on python 3.7.7.
>
> ERROR: Error executing a python function in exec_python_func() autogenerated:
> File: '/usr/lib/python3.7/sysconfig.py', lineno: 422, function: _init_posix
> 0418:def _init_posix(vars):
> 0419: """Initialize the module as appropriate for POSIX systems."""
> 0420: # _sysconfigdata is generated at build time, see _generate_posix_vars()
> 0421: name = _get_sysconfigdata_name()
> *** 0422: _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
> 0423: build_time_vars = _temp.build_time_vars
> 0424: vars.update(build_time_vars)
> 0425:
> 0426:def _init_non_posix(vars):
> Exception: ModuleNotFoundError: No module named ‘_sysconfigdata’
Looks like this discussion:
https://lists.yoctoproject.org/g/yocto/topic/74637733
More information about the openbmc
mailing list