AlenkaF commented on PR #48622: URL: https://github.com/apache/arrow/pull/48622#issuecomment-4175876636
> The error I was getting without the CMake change was: > > ```python > >>> import pyarrow > Traceback (most recent call last): > File "<python-input-0>", line 1, in <module> > import pyarrow > File "/Users/rok/Documents/repos/arrow/python/pyarrow/__init__.py", line 59, in <module> > from pyarrow.lib import (BuildInfo, CppBuildInfo, RuntimeInfo, set_timezone_db_path, > ...<3 lines>... > io_thread_count, is_opentelemetry_enabled, set_io_thread_count) > ModuleNotFoundError: No module named 'pyarrow.lib' > ``` > > With the CMake change it works fine. > > In both cases I'm doing: > > ```shell > export ARROW_HOME=$(pwd)/dist > export CMAKE_PREFIX_PATH=$ARROW_HOME:$CMAKE_PREFIX_PATH > export DYLD_LIBRARY_PATH=$ARROW_HOME/lib:$DYLD_LIBRARY_PATH > uv pip install --no-build-isolation --editable . > ``` @rok I think this would now be fixed with rebase, see: https://github.com/apache/arrow/issues/49566. -- 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]
