raulcd commented on PR #49235:
URL: https://github.com/apache/arrow/pull/49235#issuecomment-3889862200

   > Well, the script is needed to generate the sdist, but why is it necessary 
*inside* the sdist?
   
   If you try to build from the generated sdist it fails because it executes 
when building PyArrow, not on sdist generation:
   ```
         -- Finished cmake --build --target install for PyArrow
         -- Copying stubs: /tmp/pip-req-build-4czzjcvi/pyarrow-stubs/pyarrow -> 
/tmp/pip-req-build-4czzjcvi/build/lib.linux-x86_64-cpython-310/pyarrow
         error: [Errno 2] No such file or directory: 
'/tmp/pip-req-build-4czzjcvi/scripts/update_stub_docstrings.py'
         [end of output]
   ```


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