powersj commented on issue #40100: URL: https://github.com/apache/arrow/issues/40100#issuecomment-1955225970
Thanks for all the responses, especially around building the Python libraries on Windows. It does seem that changing the cmake target has allowed me to get further along via `cmake -G "Visual Studio 17 2022" -A x64 ...`. I did find the Python build requires the older 2017 libraries installed that are already referenced in the Python docs. I had some success with the debugger below though. > You could also try downloading "Windbg Preview" from the Windows Store and running your script as windbgx -g python myscript.py to get a traceback. I launched the notebook and attached to the python process with the time travel option and caught it. How can I better share this with you? Does this collect anything helpful? Would it help to share the time travel capture? fwiw it is 620MB.   -- 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]
