Recently, when I've tried installing pip packages with puppet-python, I get `pip wheel` errors during provisioning. Source: https://github.com/mcandre/mcandre-ubuntu/blob/master/manifests/default.pp#L152-L166 Trace: ``` $ vagrant provision ... Error: pip wheel --help > /dev/null 2>&1 && { pip wheel --version > /dev/null 2>&1 || wheel_support_flag='--no-use-wheel'; } ; pip --log //pip.log install $wheel_support_flag returned 1 instead of one of [0] ```
Recently, when I've tried installing pip packages with puppet-python, I get
pip wheelerrors during provisioning.Source:
https://github.com/mcandre/mcandre-ubuntu/blob/master/manifests/default.pp#L152-L166
Trace: