Created
January 19, 2021 17:55
-
-
Save rien333/842ec3e0409f7276a5e2406e81572890 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~> /usr/bin/qutebrowser | |
Traceback (most recent call last): | |
File "/usr/bin/qutebrowser", line 33, in <module> | |
sys.exit(load_entry_point('qutebrowser==1.14.1', 'gui_scripts', 'qutebrowser')()) | |
File "/usr/bin/qutebrowser", line 25, in importlib_load_entry_point | |
return next(matches).load() | |
File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load | |
module = import_module(match.group('module')) | |
File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module | |
return _bootstrap._gcd_import(name[level:], package, level) | |
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import | |
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load | |
File "<frozen importlib._bootstrap>", line 972, in _find_and_load_unlocked | |
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed | |
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import | |
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load | |
File "<frozen importlib._bootstrap>", line 984, in _find_and_load_unlocked | |
ModuleNotFoundError: No module named 'qutebrowser' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment