Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-cpuinfo returning blank dictionary under get_cpu_info() #198

Open
UndergradSchimmel opened this issue Jul 9, 2023 · 0 comments
Open

Comments

@UndergradSchimmel
Copy link

UndergradSchimmel commented Jul 9, 2023

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant