Bug 1578071
Summary: | awscli dies with python stacktrace after yum update to 7.5 if EPEL was previously used to install awscli | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Trevor Hemsley <trevor.hemsley> |
Component: | awscli | Assignee: | Oyvind Albrigtsen <oalbrigt> |
Status: | CLOSED WONTFIX | QA Contact: | Brandon Perkins <bperkins> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.5 | CC: | lmiksik, matt, rhbugs, thomas.oulevey |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-15 07:38:51 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Trevor Hemsley
2018-05-14 18:24:08 UTC
For those EPEL users that are already affected, the way to fix this is yum update awscli yum swap python2-s3transfer python-s3transfer At this point you may well have unnecessary packages installed as the depchain is different between the two versions and you can probably uninstall python-colorama python2-rsa python2-boto3 python2-botocore python2-futures python2-jmespath python2-rsa python2-s3transfer which were all installed by the EPEL awscli. Bug 1578061 comment 2 is related. Bug 1578083 would need to be fixed first, though. This is sadly another example of when a package is moved from EPEL to the main OS and the upgrade isn't transparent, see https://bugzilla.redhat.com/show_bug.cgi?id=1492884 for another example. I thought the whole point of using RHEL was stability, I'd expect this sort of thing in Fedora. After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened. |