terencehonles commented on pull request #8386: URL: https://github.com/apache/arrow/pull/8386#issuecomment-714174255
> > ``` > > * For the windows wheel it looks like the issue is the VS runtime is pinned [here](https://github.com/apache/arrow/blob/fa456de6d03c4fa5bac104b5b31f72d7be92f450/dev/tasks/python-wheels/win-build.bat#L28). I'm not sure if I can just remove that or what I should adjust it to. > > ``` > > Could you try removing `"vs2015_runtime<14.16"`? It looks like all of the windows wheels are failing on ``` -- Including C:/Miniconda3-x64/envs/wheel-build/Library/lib/cmake/boost_regex-1.74.0/libboost_regex-variant-shared.cmake -- [ ] boost_regex.lib CMake Error at C:/Miniconda3-x64/envs/wheel-build/Library/lib/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package): Found package configuration file: C:/Miniconda3-x64/envs/wheel-build/Library/lib/cmake/boost_regex-1.74.0/boost_regex-config.cmake but it set boost_regex_FOUND to FALSE so package "boost_regex" is considered to be NOT FOUND. Reason given by package: No suitable build variant has been found. The following variants have been tried and rejected: * boost_regex.lib (shared, Boost_USE_STATIC_LIBS=ON) Call Stack (most recent call first): ``` ---------------------------------------------------------------- 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]
