awscli-login icon indicating copy to clipboard operation
awscli-login copied to clipboard

Documentation for users using aws and aws2

Open kwessel opened this issue 4 months ago • 0 comments

When you run aws configure login with aws and aws points to aws1, you get the following:

(awscli-login) [kwessel@TECH-P10G96038 ~]$ aws login configure Traceback (most recent call last): File "/home/kwessel/.local/bin/aws", line 27, in sys.exit(main()) ^^^^^^ File "/home/kwessel/.local/bin/aws", line 23, in main return awscli.clidriver.main() ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kwessel/.local/lib/python3.12/site-packages/awscli/clidriver.py", line 73, in main driver = create_clidriver() ^^^^^^^^^^^^^^^^^^ File "/home/kwessel/.local/lib/python3.12/site-packages/awscli/clidriver.py", line 82, in create_clidriver load_plugins( File "/home/kwessel/.local/lib/python3.12/site-packages/awscli/plugin.py", line 44, in load_plugins modules = _import_plugins(plugin_mapping) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kwessel/.local/lib/python3.12/site-packages/awscli/plugin.py", line 61, in _import_plugins module = import(path, fromlist=[module]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named '/home/kwessel/awscli-test/lib/python3'

kwessel avatar Oct 25 '24 16:10 kwessel