RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2101550 - awscli broken after updating
Summary: awscli broken after updating
Keywords:
Status: CLOSED DUPLICATE of bug 2073979
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: awscli
Version: 7.9
Hardware: x86_64
OS: Linux
unspecified
urgent
Target Milestone: rc
: ---
Assignee: Oyvind Albrigtsen
QA Contact: cluster-qe@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-06-27 19:13 UTC by redhat
Modified: 2022-06-28 07:14 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-06-28 07:14:12 UTC
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-126388 0 None None None 2022-06-27 19:18:38 UTC

Description redhat 2022-06-27 19:13:54 UTC
Description of problem:
It appears that the latest python-s3transfer updated from 0.1.13-1.el7.0.1 to 0.1.13-1.el7_9.2 and removed botocore docevents from the bundle which broke awscli I'm not sure what else may be missing but you can see the error by simply running aws --version 
 
Version-Release number of selected component (if applicable):


How reproducible:
aws --version

Steps to Reproduce:
1. install awscli
2.
3.

Actual results:

 aws --version
Traceback (most recent call last):
  File "/usr/bin/aws", line 19, in <module>
    import awscli.clidriver
  File "/usr/lib/python2.7/site-packages/awscli/clidriver.py", line 37, in <module>
    from awscli.help import ProviderHelpCommand
  File "/usr/lib/python2.7/site-packages/awscli/help.py", line 24, in <module>
    from botocore.docs.bcdoc import docevents
ImportError: cannot import name docevents

Expected results:
Something like this:
aws --version
aws-cli/1.14.28 Python/2.7.5 Linux/3.10.0-1160.66.1.el7.x86_64 botocore/1.8.35

Additional info:

Comment 3 redhat 2022-06-27 20:05:12 UTC
Can you give us access to RHELPLAN-126388? It appears that we don't have permission to it.

Comment 4 Oyvind Albrigtsen 2022-06-28 07:14:12 UTC
The RHELPLAN is just for internal tracking I think.

The issue is being fixed in https://bugzilla.redhat.com/show_bug.cgi?id=2073979.

*** This bug has been marked as a duplicate of bug 2073979 ***


Note You need to log in before you can comment on or make changes to this bug.