Matthew Jones
Matthew Jones
Can you also attach the "system_info.txt" file generated by this script? ```bash 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....
Did this solve your problem? Or do you need more help?
The wrong CPU core count looks like a duplicate of #90 .
I need to do more research into this. I think there may be a better, more standard way of doing this.
This sounds like a good thing to try. Other platforms shouldn't have to be penalized because of design flaws in Windows (not having proper forking). I'm open to you making...
That is okay. Thanks anyway. Maybe you or someone will figure it out later. BTW. The ```_get_cpu_info_from_cpuid``` function spawns a new process and runs the ```_get_cpu_info_from_cpuid_actual``` function inside it, then...
Wow. What did you use to make that PDF?
You can call the internal functions directly. But it isn't recommended, because the internal functions are not API stable and may change in the future. ```python from cpuinfo import *...
I'll have to look more into this. Sorry I didn't respond earlier, my Internet was not working a over a week.