Garuda Linux'ta Bottles tepki vermiyor

Terminale bottles yazarak çalıştır ve çıktısını buraya at.
Kod:
Traceback (most recent call last):
  File "/usr/bin/bottles", line 45, in <module>
    from bottles.frontend import main
  File "/usr/share/bottles/bottles/frontend/main.py", line 35, in <module>
    from bottles.backend.logger import Logger
  File "/usr/share/bottles/bottles/backend/logger.py", line 21, in <module>
    from bottles.backend.globals import Paths
  File "/usr/share/bottles/bottles/backend/globals.py", line 23, in <module>
    from bottles.backend.utils import yaml, json
  File "/usr/share/bottles/bottles/backend/utils/yaml.py", line 1, in <module>
    import yaml as _yaml
ModuleNotFoundError: No module named 'yaml'
 
Kod:
Traceback (most recent call last):
 File "/usr/bin/bottles", line 45, in <module>
 from bottles.frontend import main
 File "/usr/share/bottles/bottles/frontend/main.py", line 35, in <module>
 from bottles.backend.logger import Logger
 File "/usr/share/bottles/bottles/backend/logger.py", line 21, in <module>
 from bottles.backend.globals import Paths
 File "/usr/share/bottles/bottles/backend/globals.py", line 23, in <module>
 from bottles.backend.utils import yaml, json
 File "/usr/share/bottles/bottles/backend/utils/yaml.py", line 1, in <module>
 import yaml as _yaml
ModuleNotFoundError: No module named 'yaml'

yaml isimli modül bulunmadığı için çalışamıyor. yaml paketini yay üzerinden aratıp indir.
 
yay -S python-yaml json-yaml komutunu girip dene bir de.
yine benzer bir hata verdi.

Kod:
Traceback (most recent call last):
  File "/usr/bin/bottles", line 45, in <module>
    from bottles.frontend import main
  File "/usr/share/bottles/bottles/frontend/main.py", line 35, in <module>
    from bottles.backend.logger import Logger
  File "/usr/share/bottles/bottles/backend/logger.py", line 21, in <module>
    from bottles.backend.globals import Paths
  File "/usr/share/bottles/bottles/backend/globals.py", line 23, in <module>
    from bottles.backend.utils import yaml, json
  File "/usr/share/bottles/bottles/backend/utils/yaml.py", line 1, in <module>
    import yaml as _yaml
ModuleNotFoundError: No module named 'yaml'
 

Geri
Yukarı