I wanted to install the "machine" module so that I can use specific functions related to the hardware but when I entered the command "python -m pip install machine", I got an issue when building wheel for pycrypto as presented on the following image the error I got
As I've seen Pycrypto was considered obsolete I installed pycryptodome instead but it did nothing about it.