Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1983097 Details for
Bug 2231589
[abrt] python3-argcomplete: __getitem__(): __init__.py:287:__getitem__:KeyError: 'console_scripts'
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
File: backtrace
backtrace (text/plain), 12.35 KB, created by
Luna Jernberg
on 2023-08-12 07:36:29 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
Luna Jernberg
Created:
2023-08-12 07:36:29 UTC
Size:
12.35 KB
patch
obsolete
>__init__.py:287:__getitem__:KeyError: 'console_scripts' > >Traceback (most recent call last): > File "/usr/lib64/python3.12/importlib/metadata/__init__.py", line 285, in __getitem__ > return next(iter(self.select(name=name))) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >StopIteration > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "<frozen runpy>", line 198, in _run_module_as_main > File "<frozen runpy>", line 88, in _run_code > File "/usr/lib/python3.12/site-packages/argcomplete/_check_console_script.py", line 55, in <module> > main() > File "/usr/lib/python3.12/site-packages/argcomplete/_check_console_script.py", line 32, in main > entry_points = [ep for ep in importlib_entry_points()["console_scripts"] if ep.name == name] > ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ > File "/usr/lib64/python3.12/importlib/metadata/__init__.py", line 287, in __getitem__ > raise KeyError(name) >KeyError: 'console_scripts' > >Local variables in innermost frame: >self: (EntryPoint(name='cffi_modules', value='cffi.setuptools_ext:cffi_modules', group='distutils.setup_keywords'), EntryPoint(name='database', value='beaker.ext.database:DatabaseNamespaceManager', group='beaker.backends'), EntryPoint(name='google', value='beaker.ext.google:GoogleNamespaceManager', group='beaker.backends'), EntryPoint(name='memcached', value='beaker.ext.memcached:MemcachedNamespaceManager', group='beaker.backends'), EntryPoint(name='sqla', value='beaker.ext.sqla:SqlaNamespaceManager', group='beaker.backends'), EntryPoint(name='beaker_session', value='beaker.middleware:session_filter_app_factory', group='paste.filter_app_factory'), EntryPoint(name='beaker_session', value='beaker.middleware:session_filter_factory', group='paste.filter_factory'), EntryPoint(name='mako', value='mako.ext.babelplugin:extract [babel]', group='babel.extractors'), EntryPoint(name='mako-render', value='mako.cmd:cmdline', group='console_scripts'), EntryPoint(name='mako', value='mako.ext.linguaplugin:LinguaMakoExtractor [lingua]', group='lingua.extractors'), EntryPoint(name='css+mako', value='mako.ext.pygmentplugin:MakoCssLexer', group='pygments.lexers'), EntryPoint(name='html+mako', value='mako.ext.pygmentplugin:MakoHtmlLexer', group='pygments.lexers'), EntryPoint(name='js+mako', value='mako.ext.pygmentplugin:MakoJavascriptLexer', group='pygments.lexers'), EntryPoint(name='mako', value='mako.ext.pygmentplugin:MakoLexer', group='pygments.lexers'), EntryPoint(name='xml+mako', value='mako.ext.pygmentplugin:MakoXmlLexer', group='pygments.lexers'), EntryPoint(name='mako', value='mako.ext.turbogears:TGPlugin', group='python.templating.engines'), EntryPoint(name='cgi', value='paste.cgiapp:make_cgi_application [subprocess]', group='paste.app_factory'), EntryPoint(name='pkg_resources', value='paste.urlparser:make_pkg_resources', group='paste.app_factory'), EntryPoint(name='proxy', value='paste.proxy:make_proxy', group='paste.app_factory'), EntryPoint(name='static', value='paste.urlparser:make_static', group='paste.app_factory'), EntryPoint(name='test', value='paste.debug.debugapp:make_test_app', group='paste.app_factory'), EntryPoint(name='test_slow', value='paste.debug.debugapp:make_slow_app', group='paste.app_factory'), EntryPoint(name='transparent_proxy', value='paste.proxy:make_transparent_proxy', group='paste.app_factory'), EntryPoint(name='urlparser', value='paste.urlparser:make_url_parser', group='paste.app_factory'), EntryPoint(name='watch_threads', value='paste.debug.watchthreads:make_watch_threads', group='paste.app_factory'), EntryPoint(name='cascade', value='paste.cascade:make_cascade', group='paste.composite_factory'), EntryPoint(name='urlmap', value='paste.urlmap:urlmap_factory', group='paste.composite_factory'), EntryPoint(name='auth_basic', value='paste.auth.basic:make_basic', group='paste.filter_app_factory'), EntryPoint(name='auth_cookie', value='paste.auth.cookie:make_auth_cookie', group='paste.filter_app_factory'), EntryPoint(name='auth_digest', value='paste.auth.digest:make_digest', group='paste.filter_app_factory'), EntryPoint(name='auth_form', value='paste.auth.form:make_form', group='paste.filter_app_factory'), EntryPoint(name='auth_tkt', value='paste.auth.auth_tkt:make_auth_tkt_middleware', group='paste.filter_app_factory'), EntryPoint(name='cgitb', value='paste.cgitb_catcher:make_cgitb_middleware', group='paste.filter_app_factory'), EntryPoint(name='config', value='paste.config:make_config_filter', group='paste.filter_app_factory'), EntryPoint(name='cowbell', value='paste.cowbell:make_cowbell', group='paste.filter_app_factory'), EntryPoint(name='error_catcher', value='paste.exceptions.errormiddleware:make_error_middleware', group='paste.filter_app_factory'), EntryPoint(name='errordocument', value='paste.errordocument:make_errordocument', group='paste.filter_app_factory'), EntryPoint(name='evalerror', value='paste.evalexception.middleware:make_eval_exception', group='paste.filter_app_factory'), EntryPoint(name='flup_session', value='paste.flup_session:make_session_middleware [Flup]', group='paste.filter_app_factory'), EntryPoint(name='grantip', value='paste.auth.grantip:make_grantip', group='paste.filter_app_factory'), EntryPoint(name='gzip', value='paste.gzipper:make_gzip_middleware', group='paste.filter_app_factory'), EntryPoint(name='httpexceptions', value='paste.httpexceptions:make_middleware', group='paste.filter_app_factory'), EntryPoint(name='lint', value='paste.lint:make_middleware', group='paste.filter_app_factory'), EntryPoint(name='openid', value='paste.auth.open_id:make_open_id_middleware [openid]', group='paste.filter_app_factory'), EntryPoint(name='paste_session', value='paste.session:make_session_middleware', group='paste.filter_app_factory'), EntryPoint(name='pony', value='paste.pony:make_pony', group='paste.filter_app_factory'), EntryPoint(name='printdebug', value='paste.debug.prints:PrintDebugMiddleware', group='paste.filter_app_factory'), EntryPoint(name='profile', value='paste.debug.profile:make_profile_middleware [hotshot]', group='paste.filter_app_factory'), EntryPoint(name='recursive', value='paste.recursive:make_recursive_middleware', group='paste.filter_app_factory'), EntryPoint(name='registry', value='paste.registry:make_registry_manager', group='paste.filter_app_factory'), EntryPoint(name='translogger', value='paste.translogger:make_filter', group='paste.filter_app_factory'), EntryPoint(name='wdg_validate', value='paste.debug.wdg_validate:make_wdg_validate_middleware [subprocess]', group='paste.filter_app_factory'), EntryPoint(name='http', value='paste.httpserver:server_runner', group='paste.server_runner'), EntryPoint(name='normalizer', value='charset_normalizer.cli.normalizer:cli_detect', group='console_scripts'), EntryPoint(name='distro', value='distro.distro:main', group='console_scripts'), EntryPoint(name='fedora-third-party', value='fedora_third_party.cli:cli', group='console_scripts'), EntryPoint(name='fedora-third-party-opt-out', value='fedora_third_party.cli:opt_out', group='console_scripts'), EntryPoint(name='alias', value='setuptools.command.alias:alias', group='distutils.commands'), EntryPoint(name='bdist_egg', value='setuptools.command.bdist_egg:bdist_egg', group='distutils.commands'), EntryPoint(name='bdist_rpm', value='setuptools.command.bdist_rpm:bdist_rpm', group='distutils.commands'), EntryPoint(name='build', value='setuptools.command.build:build', group='distutils.commands'), EntryPoint(name='build_clib', value='setuptools.command.build_clib:build_clib', group='distutils.commands'), EntryPoint(name='build_ext', value='setuptools.command.build_ext:build_ext', group='distutils.commands'), EntryPoint(name='build_py', value='setuptools.command.build_py:build_py', group='distutils.commands'), EntryPoint(name='develop', value='setuptools.command.develop:develop', group='distutils.commands'), EntryPoint(name='dist_info', value='setuptools.command.dist_info:dist_info', group='distutils.commands'), EntryPoint(name='easy_install', value='setuptools.command.easy_install:easy_install', group='distutils.commands'), EntryPoint(name='editable_wheel', value='setuptools.command.editable_wheel:editable_wheel', group='distutils.commands'), EntryPoint(name='egg_info', value='setuptools.command.egg_info:egg_info', group='distutils.commands'), EntryPoint(name='install', value='setuptools.command.install:install', group='distutils.commands'), EntryPoint(name='install_egg_info', value='setuptools.command.install_egg_info:install_egg_info', group='distutils.commands'), EntryPoint(name='install_lib', value='setuptools.command.install_lib:install_lib', group='distutils.commands'), EntryPoint(name='install_scripts', value='setuptools.command.install_scripts:install_scripts', group='distutils.commands'), EntryPoint(name='rotate', value='setuptools.command.rotate:rotate', group='distutils.commands'), EntryPoint(name='saveopts', value='setuptools.command.saveopts:saveopts', group='distutils.commands'), EntryPoint(name='sdist', value='setuptools.command.sdist:sdist', group='distutils.commands'), EntryPoint(name='setopt', value='setuptools.command.setopt:setopt', group='distutils.commands'), EntryPoint(name='test', value='setuptools.command.test:test', group='distutils.commands'), EntryPoint(name='upload_docs', value='setuptools.command.upload_docs:upload_docs', group='distutils.commands'), EntryPoint(name='dependency_links', value='setuptools.dist:assert_string_list', group='distutils.setup_keywords'), EntryPoint(name='eager_resources', value='setuptools.dist:assert_string_list', group='distutils.setup_keywords'), EntryPoint(name='entry_points', value='setuptools.dist:check_entry_points', group='distutils.setup_keywords'), EntryPoint(name='exclude_package_data', value='setuptools.dist:check_package_data', group='distutils.setup_keywords'), EntryPoint(name='extras_require', value='setuptools.dist:check_extras', group='distutils.setup_keywords'), EntryPoint(name='include_package_data', value='setuptools.dist:assert_bool', group='distutils.setup_keywords'), EntryPoint(name='install_requires', value='setuptools.dist:check_requirements', group='distutils.setup_keywords'), EntryPoint(name='namespace_packages', value='setuptools.dist:check_nsp', group='distutils.setup_keywords'), EntryPoint(name='package_data', value='setuptools.dist:check_package_data', group='distutils.setup_keywords'), EntryPoint(name='packages', value='setuptools.dist:check_packages', group='distutils.setup_keywords'), EntryPoint(name='python_requires', value='setuptools.dist:check_specifier', group='distutils.setup_keywords'), EntryPoint(name='setup_requires', value='setuptools.dist:check_requirements', group='distutils.setup_keywords'), EntryPoint(name='test_loader', value='setuptools.dist:check_importable', group='distutils.setup_keywords'), EntryPoint(name='test_runner', value='setuptools.dist:check_importable', group='distutils.setup_keywords'), EntryPoint(name='test_suite', value='setuptools.dist:check_test_suite', group='distutils.setup_keywords'), EntryPoint(name='tests_require', value='setuptools.dist:check_requirements', group='distutils.setup_keywords'), EntryPoint(name='use_2to3', value='setuptools.dist:invalid_unless_false', group='distutils.setup_keywords'), EntryPoint(name='zip_safe', value='setuptools.dist:assert_bool', group='distutils.setup_keywords'), EntryPoint(name='PKG-INFO', value='setuptools.command.egg_info:write_pkg_info', group='egg_info.writers'), EntryPoint(name='dependency_links.txt', value='setuptools.command.egg_info:overwrite_arg', group='egg_info.writers'), EntryPoint(name='depends.txt', value='setuptools.command.egg_info:warn_depends_obsolete', group='egg_info.writers'), EntryPoint(name='eager_resources.txt', value='setuptools.command.egg_info:overwrite_arg', group='egg_info.writers'), EntryPoint(name='entry_points.txt', value='setuptools.command.egg_info:write_entries', group='egg_info.writers'), EntryPoint(name='namespace_packages.txt', value='setuptools.command.egg_info:overwrite_arg', group='egg_info.writers'), EntryPoint(name='requires.txt', value='setuptools.command.egg_info:write_requirements', group='egg_info.writers'), EntryPoint(name='top_level.txt', value='setuptools.command.egg_info:write_toplevel_names', group='egg_info.writers'), EntryPoint(name='keywords', value='setuptools.dist:Distribution._finalize_setup_keywords', group='setuptools.finalize_distribution_options'), EntryPoint(name='parent_finalize', value='setuptools.dist:_Distribution.finalize_options', group='setuptools.finalize_distribution_options')) >name: 'console_scripts'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2231589
:
1983092
|
1983093
|
1983094
|
1983095
|
1983096
| 1983097 |
1983098