Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo should work without any extra programs or libraries, beyond what your OS provides. It does not require any compilation(C/C++, assembly, et cetera) to use. It works with Python 2 and 3.
Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo should work without any extra programs or libraries, beyond what your OS provides. It does not require any compilation(C/C++, assembly, et cetera) to use. It works with Python 2 and 3.
To install py313-cpuinfo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py313-cpuinfo
To see what files were installed by py313-cpuinfo, run:
port contents py313-cpuinfo
To later upgrade py313-cpuinfo, run:
sudo port selfupdate && sudo port upgrade py313-cpuinfo
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.