you can always `pip wheel --no-cache-dir -f /tmp/m...
# general
r
you can always
pip wheel --no-cache-dir -f /tmp/my_wheels <req specs>
and then
pex --no-pypi -f /tmp/my_wheels <req specs> -o /tmp/my.pex
etc