AlenkaF commented on issue #49566:
URL: https://github.com/apache/arrow/issues/49566#issuecomment-4097122586

   Yes, they do seem related. This is the same failed output I get locally:
   
   ```
   (pyarrow-dev) ➜  python git:(main) ✗ python -c "import pyarrow"              
         
   Traceback (most recent call last):
     File "<string>", line 1, in <module>
       import pyarrow
     File "/Users/alenkafrim/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'
   ```
   
   I have opened a PR with the proposed patch. Waiting for the CI and the 
extended builds now.


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