Error while installing glib
Encontered this bug while trying to setup glib (link):
user@pc_id*:~/gitlab/glib$ sudo meson install -C _build Traceback (most recent call last): File "/usr/lib/python3/dist-packages/mesonbuild/mesonmain.py", line 146, in run return options.run_func(options) File "/usr/lib/python3/dist-packages/mesonbuild/minstall.py", line 797, in run b = build.load(opts.wd) File "/usr/lib/python3/dist-packages/mesonbuild/build.py", line 2868, in load obj = pickle.load(f) ModuleNotFoundError: No module named 'mesonbuild.utils'
ERROR: Unhandled python exception
**This is a Meson bug and should be reported!**
I'm seeing the same error attempting to build/install libdrm-2.4.120 on Ubuntu 22.04.4 LTS in WSL2.
This is an issue where the Python interpreter being used to run Meson is not the same as the one that installed meson.