You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/09/16 21:47:44 UTC

[GitHub] [arrow] raulbocanegra commented on pull request #7284: ARROW-7409: [C++][Python] Windows link error LNK1104: cannot open file 'python37_d.lib'

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:
users@infra.apache.org