nxp-auto-linux / auto_yocto_bsp

Automotive Linux BSP for NXP S32 Release Yocto Project manifests
35 stars 15 forks source link

bitbake fsl-image-base:error #1

Closed flyalltheway closed 1 year ago

flyalltheway commented 1 year ago

PowerEdge-R740:~/fsl-auto-yocto-bsp/build_s32r45evb$ bitbake fsl-image-base Traceback (most recent call last): File "/home/.../fsl-auto-yocto-bsp/sources/poky/bitbake/bin/bitbake", line 19, in import bb File "/home/.../fsl-auto-yocto-bsp/sources/poky/bitbake/lib/bb/init.py", line 119, in from bb import fetch2 as fetch File "/home/.../fsl-auto-yocto-bsp/sources/poky/bitbake/lib/bb/fetch2/init.py", line 26, in import bb.persist_data, bb.utils File "/home/.../fsl-auto-yocto-bsp/sources/poky/bitbake/lib/bb/persist_data.py", line 22, in from collections import Mapping ImportError: cannot import name 'Mapping' from 'collections' (/usr/lib/python3.10/collections/init.py)

flyalltheway commented 1 year ago

Python 3.10 have some compatibility issues, I replace Python 3.6.9 is ok