pitrou commented on PR #49476:
URL: https://github.com/apache/arrow/pull/49476#issuecomment-4024184650
Looking at our build logs, I think what we're seeing is that
scikit-build-core's interpretation of "editable install" is very unusual:
```
*** Making editable...
*** Created pyarrow-24.0.0.dev201+gdbbf7cf813-cp310-cp310-linux_x86_64.whl
Building editable for pyarrow (pyproject.toml) ... done
Created wheel for pyarrow:
filename=pyarrow-24.0.0.dev201+gdbbf7cf813-cp310-cp310-linux_x86_64.whl
size=30098932
sha256=0e64b9e184c670cdcecbc53c43bc216814576a667b1f40145384eff78de64e64
Stored in directory:
/tmp/pip-ephem-wheel-cache-_2s9ketp/wheels/f6/3f/0e/648fce17d996bb2435861ec788c2bcd92a3dcf6469364f0bcc
Successfully built pyarrow
Installing collected packages: pyarrow
Attempting uninstall: pyarrow
Found existing installation: pyarrow 24.0.0.dev201+g6e82bd4c64
Uninstalling pyarrow-24.0.0.dev201+g6e82bd4c64:
Created temporary directory: /tmp/pip-uninstall-y4w2nmtd
Removing file or directory
/home/antoine/mambaforge/envs/pyarrow/lib/python3.10/site-packages/__pycache__/_pyarrow_editable.cpython-310.pyc
Created temporary directory: /tmp/pip-uninstall-6eo67r61
Removing file or directory
/home/antoine/mambaforge/envs/pyarrow/lib/python3.10/site-packages/_pyarrow_editable.pth
Removing file or directory
/home/antoine/mambaforge/envs/pyarrow/lib/python3.10/site-packages/_pyarrow_editable.py
Created temporary directory:
/home/antoine/mambaforge/envs/pyarrow/lib/python3.10/site-packages/~yarrow-24.0.0.dev201+g6e82bd4c64.dist-info
Removing file or directory
/home/antoine/mambaforge/envs/pyarrow/lib/python3.10/site-packages/pyarrow-24.0.0.dev201+g6e82bd4c64.dist-info/
Successfully uninstalled pyarrow-24.0.0.dev201+g6e82bd4c64
Successfully installed pyarrow-24.0.0.dev201+gdbbf7cf813
```
--
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]