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

Use pip version 18.1 #3866

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

darthnater007
Copy link

What does this PR do?

This PR reverts the pip version from 19.0.x to 18.1 for the source installation of Agent v5.32, in hopes of fixing a Backend Unavailable error that is present on some machines.

Motivation

In trying to install the source agent on a Raspberry Pi Zero W I ran into a pep517 error: "Backend Unavailable." This error led me to this pip github issue stating that this issue is not present in version 18.1 of pip: pypa/pip#6164

I puled down the dd-agent repo and changed the pip version in setup_agent.sh locally, which allowed the completion of the download, though the agent is still non-functional on the Pi Zero W.

My hope is that using pip 18.1 will allow the source installation to complete on a wider range of machines.

Additional Notes

This PR is untested at this time, and should not be merged until we're able to test this. I'm not sure of how we might go about testing this PR out, and would be happy to sit with someone who can guide me on how to best test this PR to make sure it doesn't break installations on supported machines.

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 this pull request may close these issues.

None yet

1 participant