pitrou commented on code in PR #45766: URL: https://github.com/apache/arrow/pull/45766#discussion_r1995139003
########## python/pyarrow/__init__.py: ########## @@ -412,14 +412,24 @@ def append_library_dir(library_dir): append_library_dir(library_dir[2:]) if _sys.platform == 'win32': + python_base_install = _os.path.dirname(_sys.executable) + # TODO(wesm): Is this necessary, or does setuptools within a conda # installation add Library\lib to the linker path for MSVC? Review Comment: Can we experiment with addressing this TODO? Either in this PR, or in a separate one. -- 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