Open sdiomedi opened 9 months ago
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
using py-cpuinfo-9.0.0 whit benchmark I got thee following error
I solve it by installing an older versione
pip install py-cpuinfo==5.0.0