Bug 1985756
| Summary: | [abrt] python3-argcomplete: module(): register-python-argcomplete:28:<module>:ModuleNotFoundError: No module named 'argcomplete' | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | MarcioRS <marcio.rs> | ||||||||||||||
| Component: | python-argcomplete | Assignee: | Miro Hrončok <mhroncok> | ||||||||||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||
| Priority: | unspecified | ||||||||||||||||
| Version: | 34 | CC: | belicdima8, dbmacartney, gspurgeon, igor.raits, mfabik, mhroncok, msrb, python-sig, steve.traylen | ||||||||||||||
| Target Milestone: | --- | ||||||||||||||||
| Target Release: | --- | ||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||
| OS: | Unspecified | ||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/3b98128b934da6ffbaf7513906c0942f59e86d5c | ||||||||||||||||
| Whiteboard: | abrt_hash:877214a1930200a050405fd51831f615f1cf1637; | ||||||||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | 2021-08-12 22:50:35 UTC | Type: | --- | ||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||
| Embargoed: | |||||||||||||||||
| Attachments: |
|
||||||||||||||||
Created attachment 1805509 [details]
File: backtrace
Created attachment 1805510 [details]
File: cpuinfo
Created attachment 1805511 [details]
File: environ
Created attachment 1805512 [details]
File: mountinfo
Created attachment 1805513 [details]
File: namespaces
Created attachment 1805514 [details]
File: open_fds
*** Bug 1985763 has been marked as a duplicate of this bug. *** Does this help? $ sudo dnf reinstall python3-argcomplete Have you ever used sudo pip to install some Python packages? Reopen this bugzilla if you ever get back to it. *** Bug 2142221 has been marked as a duplicate of this bug. *** The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days |
Version-Release number of selected component: python3-argcomplete-1.12.0-3.fc34 Additional info: reporter: libreport-2.15.2 cgroup: 0::/user.slice/user-1000.slice/session-2.scope cmdline: /usr/bin/python3 -s /usr/bin/register-python-argcomplete abrt crash_function: module exception_type: ModuleNotFoundError executable: /usr/bin/register-python-argcomplete interpreter: python3-3.9.6-2.fc34.x86_64 kernel: 5.12.17-300.fc34.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: register-python-argcomplete:28:<module>:ModuleNotFoundError: No module named 'argcomplete' Traceback (most recent call last): File "/usr/bin/register-python-argcomplete", line 28, in <module> import argcomplete ModuleNotFoundError: No module named 'argcomplete' Local variables in innermost frame: __name__: '__main__' __doc__: '\nRegister a Python executable for use with the argcomplete module.\n\nTo perform the registration, source the output of this script in your bash shell\n(quote the output to avoid interpolation).\n\nExample:\n\n $ eval "$(register-python-argcomplete my-favorite-script.py)"\n\nFor Tcsh\n\n $ eval `register-python-argcomplete --shell tcsh my-favorite-script.py`\n\nFor Fish\n\n $ register-python-argcomplete --shell fish my-favourite-script.py > ~/.config/fish/my-favourite-script.py.fish\n' __package__: None __loader__: <_frozen_importlib_external.SourceFileLoader object at 0x7f2a55bc8c10> __spec__: None __annotations__: {} __builtins__: <module 'builtins' (built-in)> __file__: '/usr/bin/register-python-argcomplete' __cached__: None sys: <module 'sys' (built-in)> argparse: <module 'argparse' from '/usr/lib64/python3.9/argparse.py'>