FS#56523 - [aws-cli] Stopped work after upgrade

Attached to Project: Community Packages
Opened by Rafał (K5HV) - Thursday, 30 November 2017, 17:28 GMT
Last edited by Jonathan Steel (jsteel) - Friday, 01 December 2017, 12:41 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jonathan Steel (jsteel)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
I've installed latest updates:
[2017-11-30 17:48] [ALPM] upgraded python-botocore (1.8.0-1 -> 1.8.5-1)
[2017-11-30 17:48] [ALPM] upgraded python-s3transfer (0.1.11-1 -> 0.1.12-1)
[2017-11-30 17:48] [ALPM] upgraded aws-cli (1.12.0-1 -> 1.14.1-1)


aws-cli stops working. It crash with error:

$ aws help [18:21:43]
Traceback (most recent call last):
File "/usr/bin/aws", line 19, in <module>
import awscli.clidriver
File "/usr/lib/python3.6/site-packages/awscli/clidriver.py", line 24, in <module>
from botocore.history import get_global_history_recorder
ModuleNotFoundError: No module named 'botocore.history'

It worked before upgrade.

Additional info:
* package version(s): 1.14.1-1
* config and/or log files etc. N/A

Steps to reproduce:
1. Install aws-cli 1.14.1-1
2. Issue command "aws" in terminal
This task depends upon

Closed by  Jonathan Steel (jsteel)
Friday, 01 December 2017, 12:41 GMT
Reason for closing:  Not a bug
Additional comments about closing:  OK no problem
Comment by Jonathan Steel (jsteel) - Friday, 01 December 2017, 08:44 GMT
Sorry I cannot replicate your issue. Can you test from another Arch instance to confirm this is happening in more than one location?
Comment by Rafał (K5HV) - Friday, 01 December 2017, 12:10 GMT
Ok, I've checked again and removed everything regarding awscli/boto installed and now it works.
It was local problem, sorry for troubles.

Loading...