jorisvandenbossche commented on issue #41429:
URL: https://github.com/apache/arrow/issues/41429#issuecomment-2124730090

   Yeah, I don't use our docker builds very often locally, so can't say much 
about that.
   
   > If we can remove `--no-build-isolation`
   
   I would think that the build isolation should not matter for whether files 
are generated in the source or not (this is about whether a temporary python 
venv is created, or whether your current python session is used, while 
building). 
   
   But, I think it should be possible to specify to pip to use a `build` 
directory that lives outside of the source (without copying the full source 
itself), maybe that might help? 
   I think by default pip will create a build directory in `python/build` 
(https://github.com/pypa/pip/issues/10695)
   


-- 
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