While trying to download Zathura with Meson, I stumbled across an error;
[0/1] Installing files.
Installation failed due to insufficient permissions.
Attempting to use polkit to gain elevated privileges...
Traceback (most recent call last):
File "/home/dbizdfvy/.local/bin/meson", line 7, in <module>
from mesonbuild.mesonmain import main
ModuleNotFoundError: No module named 'mesonbuild'
FAILED: meson-install
/home/dbizdfvy/.local/bin/meson install --no-rebuild
ninja: build stopped: subcommand failed.
I've downloaded Meson's latest build and made sure that every dependencies required are all there.I'm not really sure what's happening as I'm still new to Linux.
Thank you so much for helping me out.