raulcd commented on PR #47525:
URL: https://github.com/apache/arrow/pull/47525#issuecomment-3269829987

   Thanks to delvewheel and building a wheel, I realized the problem was with 
loading `arrow.dll` not `msvcp140.dll`. Arrow could not be found on import. 
Using bundled Arrow CPP and was able to get rid of the message but we get a new 
one with:
   ```python
   Traceback (most recent call last):
     File "<string>", line 1, in <module>
     File 
"C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\site-packages\pyarrow\__init__.py",
 line 73, in <module>
       import pyarrow.lib as _lib
     File "pyarrow/config.pxi", line 95, in init pyarrow.lib
       build_info = _build_info()
     File "pyarrow/config.pxi", line 75, in pyarrow.lib._build_info
       cpp_build_info = 
CppBuildInfo(version=frombytes(c_cpp_info.version_string),
     File "<stringsource>", line 44, in 
string.to_py.__pyx_convert_PyBytes_string_to_py_6libcpp_6string_std__in_string
   MemoryError
   ```
   The system doesn't seem to be constraint in Memory before importing pyarrow 
so I am really confused on what could be the issue. 
   See example of failure:
   https://github.com/raulcd/arrow/actions/runs/17577197880/job/49925102076


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