Wheel is a Python library that is the reference implementation of the Python wheel packaging standard.
Compile Wheel with the following command:
pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD
Install Wheel with the following command:
pip3 install --no-index --find-links dist wheel