-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[GLib] mesonbuild failures in Travis CI #15792
Copy link
Copy link
Closed
Description
Something started breaking recently with mesonbuild
+env CFLAGS=-DARROW_NO_DEPRECATED_API CXXFLAGS=-DARROW_NO_DEPRECATED_API meson build --prefix=/home/travis/build/apache/arrow/c-glib-install-meson -Dgtk_doc=true
Traceback (most recent call last):
File "/home/travis/miniconda/bin/meson", line 26, in <module>
from mesonbuild import mesonmain
ModuleNotFoundError: No module named 'mesonbuild'Perhaps caused by the 8/25 release? https://pypi.org/project/meson/#history
Reporter: Wes McKinney / @wesm
Assignee: Kouhei Sutou / @kou
PRs and other links:
Note: This issue was originally created as ARROW-3186. Please see the migration documentation for further details.
Reactions are currently unavailable