raulbocanegra commented on pull request #7284: URL: https://github.com/apache/arrow/pull/7284#issuecomment-693683266
Hi again, The error related to numpy seems to be that I have a release version of numpy, but I am building a debug version of Arrow. [Numpy docs](https://numpy.org/doc/stable/user/troubleshooting-importerror.html#debug-build-on-windows) recommends building using `RelWithDebInfo` or recompile the entire stack of python modules including numpy in Debug mode which it's a real pain in case you have a lot of modules. To sum up, I will try to stick with `RelWithDebInfo` build type for Windows, so I feel that this PR could be closed. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
