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
This fixes a very niche build problem: depending on datafusion-python as
an rlib, and then attempting to build on macOS.
Because of the presence of an 'include' configuration in Cargo.toml,
everything else is excluded - including build.rs, which means the
necessary pyo3 linker flags aren't set.
0 commit comments