meson icon indicating copy to clipboard operation
meson copied to clipboard

Error while installing glib

Open ttsiakir opened this issue 2 years ago • 1 comments

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!**

ttsiakir avatar Jan 12 '24 16:01 ttsiakir

I'm seeing the same error attempting to build/install libdrm-2.4.120 on Ubuntu 22.04.4 LTS in WSL2.

phdye avatar Apr 10 '24 01:04 phdye

This is an issue where the Python interpreter being used to run Meson is not the same as the one that installed meson.

tristan957 avatar Apr 25 '24 20:04 tristan957