DylanLukes commented on issue #38338: URL: https://github.com/apache/arrow/issues/38338#issuecomment-1770121199
This doesn't appear to be specific to Python 3.12 either. I tried in a clean 3.11 venv (with caches purged) and got something even more fatal: ```sh Python 3.11.0 (main, Oct 27 2022, 23:12:59) [Clang 14.0.0 (clang-1400.0.29.201)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import pyarrow.flight Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/dylan/Downloads/pyarrow-13.0.0/pyarrow/__init__.py", line 65, in <module> import pyarrow.lib as _lib ModuleNotFoundError: No module named 'pyarrow.lib' ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org