[MacPorts] #64608: py310-awscli @1.22.48_0 and missing awscli_plugin_endpoint
MacPorts
noreply at macports.org
Fri Feb 4 20:23:12 UTC 2022
#64608: py310-awscli @1.22.48_0 and missing awscli_plugin_endpoint
------------------------+--------------------------
Reporter: forrie | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Keywords: python aws | Port: py310-awscli
------------------------+--------------------------
This is under MacPorts 2.7.1 on MacOS Monterey.
After installing the py310-awscli package, we are seeing the following
missing module. The package was uninstalled, then re-installed with -s,
netting the same error. pip/pip3 install of awscli_plugin_endpoint
doesn't fix the issue.
{{{
Traceback (most recent call last):
File "/opt/local/bin/aws", line 27, in <module>
sys.exit(main())
File "/opt/local/bin/aws", line 23, in main
return awscli.clidriver.main()
File
"/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10
/site-packages/awscli/clidriver.py", line 69, in main
driver = create_clidriver()
File
"/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10
/site-packages/awscli/clidriver.py", line 78, in create_clidriver
load_plugins(session.full_config.get('plugins', {}),
File
"/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10
/site-packages/awscli/plugin.py", line 44, in load_plugins
modules = _import_plugins(plugin_mapping)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10
/site-packages/awscli/plugin.py", line 58, in _import_plugins
plugins.append(__import__(path))
ModuleNotFoundError: No module named 'awscli_plugin_endpoint'
}}}
--
Ticket URL: <https://trac.macports.org/ticket/64608>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list