-
Notifications
You must be signed in to change notification settings - Fork 108
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
The pbench-agent fails to install on RHEL 7/CentOS 7 #2245
Labels
Milestone
Comments
portante
added
bug
Agent
packaging
Issues related to software packaging
Installation
labels
Apr 26, 2021
This failed on RHEL 7.8 systems. Looking to see if this is resolved by RHEL 7.9 in some way. |
portante
added a commit
to portante/pbench
that referenced
this issue
Apr 26, 2021
It looks like we need the latest version of `pip` to install all of the module dependencies we have. For all but CentOS 7 / RHEL 7 we have the correct version. So for those environments we now have to install the latest version of `pip` directly in order for us to have our Python3 dependencies satisfied. The days of RHEL 7 are numbered. Fixes distributed-system-analysis#2245.
portante
added a commit
to portante/pbench
that referenced
this issue
Apr 27, 2021
It looks like we need the latest version of `pip` to install all of the module dependencies we have. For all but CentOS 7 / RHEL 7 we have the correct version. So for those environments we now have to install the latest version of `pip3` directly in order for us to have our Python3 dependencies satisfied. The days of our RHEL 7 support are numbered. Fixes distributed-system-analysis#2245.
portante
added a commit
to portante/pbench
that referenced
this issue
Apr 27, 2021
It looks like we need the latest version of `pip` to install all of the module dependencies we have. For all but CentOS 7 / RHEL 7 we have the correct version. So for those environments we now have to install the latest version of `pip3` directly in order for us to have our Python3 dependencies satisfied. The days of our RHEL 7 support are numbered. Fixes distributed-system-analysis#2245.
portante
added a commit
that referenced
this issue
Apr 27, 2021
It looks like we need the latest version of `pip` to install all of the module dependencies we have. For all but CentOS 7 / RHEL 7 we have the correct version. So for those environments we now have to install the latest version of `pip3` directly in order for us to have our Python3 dependencies satisfied. The days of our RHEL 7 support are numbered. Fixes #2245.
riya-17
pushed a commit
to riya-17/pbench
that referenced
this issue
Jul 6, 2021
It looks like we need the latest version of `pip` to install all of the module dependencies we have. For all but CentOS 7 / RHEL 7 we have the correct version. So for those environments we now have to install the latest version of `pip3` directly in order for us to have our Python3 dependencies satisfied. The days of our RHEL 7 support are numbered. Fixes distributed-system-analysis#2245.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The pbench-agent no longer installs on RHEL 7 / CentOS 7 due to the following errors:
The
WARNING
above is not a problem, but thefailed with error code 1
line is a problem, and should have killed the installation.You can see the full error reported in
/opt/pbench-agent/pip3-install.log
:The fix seems to be to install the latest version of
pip
, see Azure/azure-cli#16858 (comment)The text was updated successfully, but these errors were encountered: