nbro10 opened a new issue, #39169:
URL: https://github.com/apache/arrow/issues/39169

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Settings
   
   - Python: Python 3.7.17
   - OS: Mac OS Sonoma [14.1.2 (23B92)]
   - I did `brew install cmake`
   - I did `brew install apache-arrow`
   - pyarrow version: 12.0.1
   - pandas version: 1.3.5
   
   Logs
   
   ```
   ...
       import pandas as pd
   
/Users/me/Library/Caches/pypoetry/virtualenvs/myproj-kIMGt_mS-py3.7/lib/python3.7/site-packages/pandas/__init__.py:50:
 in <module>
       from pandas.core.api import (
   
/Users/me/Library/Caches/pypoetry/virtualenvs/myproj-kIMGt_mS-py3.7/lib/python3.7/site-packages/pandas/core/api.py:29:
 in <module>
       from pandas.core.arrays import Categorical
   
/Users/me/Library/Caches/pypoetry/virtualenvs/myproj-kIMGt_mS-py3.7/lib/python3.7/site-packages/pandas/core/arrays/__init__.py:20:
 in <module>
       from pandas.core.arrays.string_arrow import ArrowStringArray
   
/Users/me/Library/Caches/pypoetry/virtualenvs/myproj-kIMGt_mS-py3.7/lib/python3.7/site-packages/pandas/core/arrays/string_arrow.py:65:
 in <module>
       import pyarrow.compute as pc
   
/Users/me/Library/Caches/pypoetry/virtualenvs/myproj-kIMGt_mS-py3.7/lib/python3.7/site-packages/pyarrow/compute.py:331:
 in <module>
       _make_global_functions()
   
/Users/me/Library/Caches/pypoetry/virtualenvs/myproj-kIMGt_mS-py3.7/lib/python3.7/site-packages/pyarrow/compute.py:328:
 in _make_global_functions
       g[cpp_name] = g[name] = _wrap_function(name, func)
   
/Users/me/Library/Caches/pypoetry/virtualenvs/myproj-kIMGt_mS-py3.7/lib/python3.7/site-packages/pyarrow/compute.py:287:
 in _wrap_function
       options_class = _get_options_class(func)
   
/Users/me/Library/Caches/pypoetry/virtualenvs/myproj-kIMGt_mS-py3.7/lib/python3.7/site-packages/pyarrow/compute.py:207:
 in _get_options_class
       .format(class_name), RuntimeWarning)
   E   RuntimeWarning: Python binding for CumulativeOptions not exposed
   
   ```
   
   ### Component(s)
   
   Python


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to