pitrou commented on PR #45323: URL: https://github.com/apache/arrow/pull/45323#issuecomment-2616095035
Ok, it seems to work with the Crossbow-generated wheel above: ```pycon Python 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import ctypes >>> ctypes.CDLL('msvcp140.dll') Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Python\lib\ctypes\__init__.py", line 374, in __init__ self._handle = _dlopen(self._name, mode) FileNotFoundError: Could not find module 'msvcp140.dll' (or one of its dependencies). Try using the full path with constructor syntax. >>> import pyarrow as pa >>> pa.show_info() pyarrow version info -------------------- Package kind : python-wheel-windows Arrow C++ library version : 20.0.0-SNAPSHOT Arrow C++ compiler : MSVC 19.28.29336.0 Arrow C++ compiler flags : /DWIN32 /D_WINDOWS /GR /EHsc /D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING /EHsc /wd5105 /bigobj /utf-8 /W3 /wd4800 /wd4996 /wd4065 /MP Arrow C++ git revision : 4cb4791fb41cd4d130949bad45f72f775301f24d Arrow C++ git description : Arrow C++ build type : release [...] ``` -- 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