Hi Chukun Pan, On 12/2/25 11:00 AM, Chukun Pan wrote:
Python 3.7 and 3.8 lack the files attribute in importlib.resources. Use importlib_resources to fix build errors with Python 3.8: binman: module 'importlib.resources' has no attribute 'files'
Source: https://docs.python.org/3/library/importlib.resources.html#importlib.resources.files
which mentions this is added in version 3.9. Acked-by: Quentin Schulz <[email protected]> Thanks! Quentin

