Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip wheel error #70

Closed
mcandre opened this issue Mar 14, 2014 · 2 comments · Fixed by #71
Closed

pip wheel error #70

mcandre opened this issue Mar 14, 2014 · 2 comments · Fixed by #71

Comments

@mcandre
Copy link

mcandre commented Mar 14, 2014

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]
@heartpunk
Copy link
Contributor

I'm seeing this too.

@heartpunk
Copy link
Contributor

If I switch to the parent of c298a80 then the issue seems to go away (and I can see that this seems to be a relevant change, though I'm no puppet guru). Perhaps it's the cause?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants