-
Notifications
You must be signed in to change notification settings - Fork 59
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
Exception: py-cpuinfo currently only works on X86 and some PPC and ARM CPUs. #141
Comments
Can you tell me the output of: import platform
print(platform.machine()) Can you also attach the "system_info.txt" file generated by this script? python tools/get_system_info.py |
Can you also attach the "system_info.txt" file generated by this script? python tools/get_system_info.py |
|
It looks like platform.machine is returning invalid results for you. In both cpuinfo.py and the get_system_info.py platform.machine should be returning something like "AMD64". Instead it is returning "" or None. Do you know why this would be changed on your machine? |
Did this solve your problem? Or do you need more help? |
@workhorsy ok, I maybe know this problem.
|
The wrong CPU core count looks like a duplicate of #90 . |
In your bug report please include:
The text was updated successfully, but these errors were encountered: