You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am running on a laptop with an i5-10300H on Windows 11 with python 3.10.4 and py-cpuinfo 9.0.0. While creating a program that gathers and displays system specifications.
That program isn't necessary to have this issue- so I will replicate a program that still gives the same result.
from py-cpuinfo import get_cpu_info
info = get_cpu_info()
print(info)
(This program would just return {} or an empty dictionary)
The py-cpuinfo module is just the standard pip distribution. :/
(I additionally just updated py-cpuinfo from one of the 8.0.0 versions which worked- if that helps.)
The text was updated successfully, but these errors were encountered:
Hello! I am running on a laptop with an i5-10300H on Windows 11 with python 3.10.4 and py-cpuinfo 9.0.0. While creating a program that gathers and displays system specifications.
That program isn't necessary to have this issue- so I will replicate a program that still gives the same result.
from py-cpuinfo import get_cpu_info
info = get_cpu_info()
print(info)
(This program would just return {} or an empty dictionary)
The py-cpuinfo module is just the standard pip distribution. :/
(I additionally just updated py-cpuinfo from one of the 8.0.0 versions which worked- if that helps.)
The text was updated successfully, but these errors were encountered: