You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: