ERROR: Could not detect Ninja v1.8.2 or newer - Meson
Asked Answered
N

1

6

When I try to run Meson, It complains that it can't find Ninja v1.8.2 or newer. I ran this:

meson build-debug

This resulted in the error explained above. I have the latest tools:

Ninja v1.10.2

Meson 0.61.2

x64 Native Tools Command Prompt for VS 2022

Nance answered 3/3, 2022 at 1:16 Comment(0)
J
2

Reinstalling ninja (v1.10.2.3) via pip fixed this for me (Arch Linux, Meson 0.61.2). Simply execute the following code in your command line (e.g., Bash)

pip3 install --force-reinstall ninja
Jost answered 7/5, 2022 at 4:28 Comment(1)
I am getting errors like ' meson-python: error: Could not find ninja version 1.8.2 or newer', any helpDysart

© 2022 - 2024 — McMap. All rights reserved.