kra-mo / cartridges

A GTK4 + Libadwaita game launcher
GNU General Public License v3.0
628 stars 32 forks source link

No module named 'yaml' #275

Closed Takeshi-5 closed 3 months ago

Takeshi-5 commented 3 months ago

The bug When i try to run it gives that error:

Traceback (most recent call last):
  File "/usr/bin/cartridges", line 56, in <module>
    from cartridges import main
  File "/usr/lib/python3.12/site-packages/cartridges/main.py", line 39, in <module>
    from cartridges.importer.bottles_source import BottlesSource
  File "/usr/lib/python3.12/site-packages/cartridges/importer/bottles_source.py", line 24, in <module>
    import yaml
ModuleNotFoundError: No module named 'yaml'

To Reproduce Steps to reproduce the behavior:

  1. run cartridges

System

kra-mo commented 3 months ago

This is an issue with the package. Please report it to the packager.