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

python::pip hangs with ensure "latest" behind a proxy server #170

Closed
mmanzato-athesis opened this issue Mar 5, 2015 · 0 comments · Fixed by #183
Closed

python::pip hangs with ensure "latest" behind a proxy server #170

mmanzato-athesis opened this issue Mar 5, 2015 · 0 comments · Fixed by #183

Comments

@mmanzato-athesis
Copy link

I'm behind a http proxy. This one:

python::pip {
    "numpy":
        ensure     => 'latest',
        proxy      => 'http://my.proxy:3128';
}

apparently hangs the update since it runs pip search with no --proxy argument. I've found that adding {$proxy_flag} argument to pip search solves the issue.

petems added a commit to petems/puppet-python that referenced this issue Mar 19, 2015
Checks present of --proxy command when parameter present, and it's absence when the parameter is not set

Closes voxpupuli#170
petems added a commit that referenced this issue Sep 1, 2015
Checks present of --proxy command when parameter present, and it's absence when the parameter is not set

Closes #170
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.

1 participant