Skip to content

Commit

Permalink
Update help with better info
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Feb 3, 2022
1 parent 8db4147 commit 78ac9ff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions datafusion/src/pyarrow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,11 @@ mod tests {
Err(err).expect(
format!(
"pyarrow not found\nExecutable: {}\nPython path: {:?}\n\
HINT: try `pip install pyarrow`
HINT: if wrong Python path, try `PYO3_PYTHON=$(which python)`",
HINT: try `pip install pyarrow`\n\
NOTE: On Mac OS, you must compile against a Framework Python \
(default in python.org installers and brew, but not pyenv)\n\
NOTE: On Mac OS, PYO3 might point to incorrect path. Try \
`export PYTHONPATH=$(python -c \"import sys; print(sys.path[-1])\")`\n",
executable, python_path
)
.as_ref(),
Expand Down

0 comments on commit 78ac9ff

Please sign in to comment.