You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the installation instructions for more possible failure conditions
The problem or gap this feature will address
Meson will usually provide a short error when failing due to something in the set-up, with more info in the log. Accessing this can be tricky, though. See mesonbuild/meson-python#246
The desired solution
To make the meson log visible, you need to invoke: pip install . --config-settings=builddir=build
Requested feature
Update the installation instructions for more possible failure conditions
The problem or gap this feature will address
Meson will usually provide a short error when failing due to something in the set-up, with more info in the log. Accessing this can be tricky, though. See mesonbuild/meson-python#246
The desired solution
To make the meson log visible, you need to invoke:
pip install . --config-settings=builddir=build
Possible alternatives
Make a pure python version of the code.
Additional context
Found on OS X Big Sur, in a situation where developer tools needed to be reinstalled. The visible error was something like "compiler doesn't work", but the meson log had more detailed info that made a useful google search possible. https://discourse.mc-stan.org/t/compiling-error-after-upgrading-to-macos-big-sur/19309/4
The text was updated successfully, but these errors were encountered: