Hi Doug, On Sat, Nov 25, 2023, at 07:14, Doug Turnbull wrote: > Unfortunately the following command fails: > > incdir_numpy = run_command(py, > ['-c', 'import numpy; print(numpy.get_include())'], > capture: true, > check: false, > ).stdout().strip()
In your repo it says stderr, but the version above (stdout) works for me. Perhaps you are using a different Python than the one in your virtual env, because meson was installed onto your path previously? Try `python -m pip install meson` and then invoking the meson binary directly from your virtualenv: venv/bin/meson. Stéfan
_______________________________________________ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: arch...@mail-archive.com