I'm trying to generate the Yocto image to run on a Virtual Box, I use Ubuntu 24.04, but I get the following error message when I run the hob command
FATAL: Hob requires Gtk+ 2.20.0 or higher, PyGtk 2.21.0 or higher (No module named gobject).
I'm following the instructions in the following link: https://www.codeproject.com/Articles/1079666/How-to-run-Yocto-Linux-OS-in-a-virtual-machine
How do I solve this problem?