aws-shell
aws-shell copied to clipboard
Can't run AWS-shell error below:
First run, creating autocomplete index... Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/awsshell/utils.py", line 84, in file_contents with open(filename, mode) as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/benjamin/.aws/shell/cache/completions-1.18.69.json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/awsshell/index/completion.py", line 63, in load_index contents = self._fslayer.file_contents(filename) File "/usr/local/lib/python3.8/dist-packages/awsshell/utils.py", line 87, in file_contents raise FileReadError(str(e)) awsshell.utils.FileReadError: [Errno 2] No such file or directory: '/home/benjamin/.aws/shell/cache/completions-1.18.69.json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/awsshell/init.py", line 39, in main index_str = indexer.load_index(utils.AWSCLI_VERSION) File "/usr/local/lib/python3.8/dist-packages/awsshell/index/completion.py", line 65, in load_index raise IndexLoadError(str(e)) awsshell.index.completion.IndexLoadError: [Errno 2] No such file or directory: '/home/benjamin/.aws/shell/cache/completions-1.18.69.json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/aws-shell", line 8, in