You may have multiple copies of parts of the python ecosystem
installed, stepping on each others' toes.
Try something like
mv ~/.local ~/.local.bak
pip install meson
to clean out the cruft. And/or 'sudo apt remove meson', maybe.
Of course, this will hide anything you installed earlier with pip...
but I do love a clean slate :-)
There are probably better ways to do this, but that's mine.
And you can bring back your old .local after the test with
mv ~/.local ~/.local.small
mv ~/.local.bak ~/.local
- Dan
> --
> You received this message because you are subscribed to the Google Groups "The Meson Build System" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
mesonbuild+...@googlegroups.com.
> To view this discussion on the web, visit
https://groups.google.com/d/msgid/mesonbuild/62a920cd-6b01-464d-ae86-8270c5c03c04o%40googlegroups.com.