jorisvandenbossche opened a new issue, #37926:
URL: https://github.com/apache/arrow/issues/37926

   When users do `pip install pyarrow` and in case this for whatever reason 
(unsupported platform, python version, ..) doesn't install a binary wheel, but 
downloads the sdist and tries to build pyarrow from source, this typically 
_always_ fails (because such user typically doesn't have Arrow C++ already 
pre-installed) and generally with a quite confusing error message (about not 
having cmake, or about cmake not finding Arrow, ..)
   
   In our setup.py, we might be able to detect / catch this situation? (not 
fully sure if that is entirely trivial) And in such a case provide a more 
informative error message?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to