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

Agent fails to install pip packages due to pip error No module named 'pip._internal' #727

Closed
wouterdb opened this issue Sep 19, 2018 · 0 comments · Fixed by #728
Closed
Labels
bug Something isn't working

Comments

@wouterdb
Copy link
Contributor

seems related to pypa/pip#5373

@wouterdb wouterdb added the bug Something isn't working label Sep 19, 2018
wouterdb added a commit that referenced this issue Sep 19, 2018
related to pypa/pip#5373

- fixes #727 by using `python -m pip` instead of `pip`
- fixes bug where output is not printed upon failure of pip
wouterdb added a commit that referenced this issue Sep 25, 2018
related to pypa/pip#5373

- fixes #727 by using `python -m pip` instead of `pip`
- fixes bug where output is not printed upon failure of pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant