Can't install pygobject3

,

Hi,

I’m trying to follow this tutorial bellow, but the first step fails

To install PyGObject on Fedora, run:

$ sudo dnf install pygobject3 python3-gobject

Result:

$ sudo dnf install pygobject3 python3-gobject                 
[sudo] password for realgrm: 
Last metadata expiration check: 2:28:33 ago on ter 29 dez 2020 23:25:59.
No match for argument: pygobject3
Package python3-gobject-3.38.0-2.fc33.x86_64 is already installed.
Error: Unable to find a match: pygobject3

tutorial: PyGObject — Fedora Developer Portal

1 Like

This should be enough to make the example work.

1 Like

Yes, pygobject3 does not exist.
https://github.com/developer-portal/content/pull/361

1 Like

Thanks @qulogic and @vgaetera for your response. It works indeed.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.