Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#75079 - [guake] ModuleNotFoundError: No module named 'yaml'

Attached to Project: Community Packages
Opened by Mathias Rohnstock (mrohnstock) - Thursday, 16 June 2022, 06:43 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 16 June 2022, 06:58 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
looks like a python module is missing on my system. Here the complete backtrace on executing 'guake':

$ guake
Traceback (most recent call last):
File "/usr/bin/guake", line 33, in <module>
sys.exit(load_entry_point('guake==3.9.1.dev0', 'console_scripts', 'guake')())
File "/usr/bin/guake", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 171, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/usr/lib/python3.10/site-packages/guake/main.py", line 55, in <module>
from guake.utils import restore_preferences
File "/usr/lib/python3.10/site-packages/guake/utils.py", line 27, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'

Additional info:
* package version(s): guake 3.9.0-1

Steps to reproduce:
1. install guake
2. try to start guake
This task depends upon

Closed by  Antonio Rojas (arojas)
Thursday, 16 June 2022, 06:58 GMT
Reason for closing:  Fixed
Additional comments about closing:  guake 3.9.0-2
Comment by Mathias Rohnstock (mrohnstock) - Thursday, 16 June 2022, 06:44 GMT
after installing 'python-yaml' starts as expected.

Loading...