pitrou commented on PR #49476: URL: https://github.com/apache/arrow/pull/49476#issuecomment-4023978399
It "solves" the issue of test_cython but it breaks the request to make an editable install. `libarrow_python.so` and `include/arrow/python` should be created in the editable install tree, not in the conda environment. Right now it gives me a "hybrid" install, which is going to be error-prone: ```python >>> pa.__file__ '/home/antoine/arrow/dev/python/pyarrow/__init__.py' >>> pa.lib.__file__ '/home/antoine/mambaforge/envs/pyarrow/lib/python3.10/site-packages/pyarrow/lib.cpython-310-x86_64-linux-gnu.so' ``` (I actually don't understand how it works at all) -- 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]
