using py-cpuinfo-9.0.0 whit benchmark I got thee following error ``` dev = [get_cpu_info()["brand"]] KeyError: 'brand' ``` I solve it by installing an older versione `pip install py-cpuinfo==5.0.0`