| Summary: | Can't get it to work, missing modules | ||
|---|---|---|---|
| Product: | Fedora | Reporter: | tleatherjacket |
| Component: | pithos | Assignee: | Patrick Griffis <tingping> |
| Status: | RESOLVED EXPIRED | ||
| Severity: | major | CC: | leigh123linux |
| Priority: | P1 | ||
| Version: | f27 | ||
| Hardware: | x86_64 | ||
| OS: | GNU/Linux | ||
| namespace: | |||
Hmm, it already depends upon `python3-gobject`, does installing `python3-gobject-base` fix it? (In reply to Patrick Griffis from comment #1) > Hmm, it already depends upon `python3-gobject`, does installing > `python3-gobject-base` fix it? Change the requirement from python3-gobject to python3-gobject-base, also remove all the dead scriptlets. Fixed in f29 and f28, f27 branch wont merge or cherry-pick so I will leave it to the maintainer to fix. RPMFusion will stop releasing updates for this version of Fedora at the end of the week. At that point in time, this bug will be set to RESOLVED:EXPIRED to reflect this. If the problem persists after upgrading to the latest version of Fedora, please update the version field of this bug (and re-open it if it has been closed). Closing this bug with the EXPIRED resolution since RPMFusion no longer ships updates for this version of Fedora. Please set the Version field to a supported version of Fedora if you re-open this bug. |
After trying to run pithos from the command line, I get: File "/usr/bin/pithos", line 8, in <module> from gi.repository import Gio ModuleNotFoundError: No module named 'gi' What's up? Is there another package I need to find and install?