Hi Keith, Interestingly it was working with 8.0.1. So, I am guessing 8.0.0 Windows artifacts have been overridden by the point release?
On Fri, Aug 19, 2022 at 12:00 PM Keith Kraus <keith.j.kr...@gmail.com> wrote: > Hey Niranda, > > Could you share exactly which 8.0.0 package you have installed? The output > of `conda list arrow-cpp` should show it. > > On Thu, Aug 18, 2022 at 9:37 PM Niranda Perera <niranda.per...@gmail.com> > wrote: > > > This issue is not there in v9.0.0 as well. > > > > On Thu, Aug 18, 2022 at 9:34 PM Niranda Perera <niranda.per...@gmail.com > > > > wrote: > > > > > Hi all, > > > > > > I have Arrow v8.0.0 installed in my conda environment. Cmake (v3.24.0) > is > > > unable to find Arrow in Windows OS. I have no trouble running it in > Linux > > > though. We have been previously using arrow v5.0.0 and haven't had any > > > trouble (I have verified it in a new conda env). > > > > > > CMakeLists.txt > > > > > > cmake_minimum_required(VERSION 3.22) > > > project(temp VERSION 1.0 LANGUAGES CXX) > > > > > > find_package(Arrow REQUIRED) > > > message("Arrow_Found ${ARROW_FOUND}") > > > message("Arrow_VERSION ${ARROW_VERSION}") > > > message("Arrow_FULL_SO_VERION ${ARROW_FULL_SO_VERSION}") > > > > > > > > > Error in windows: > > > > > > CMake Error at CMakeLists.txt:5 (find_package): > > > By not providing "FindArrow.cmake" in CMAKE_MODULE_PATH this project > > has > > > asked CMake to find a package configuration file provided by "Arrow", > > but > > > CMake did not find one. > > > > > > Could not find a package configuration file provided by "Arrow" with > > any > > > of > > > the following names: > > > > > > ArrowConfig.cmake > > > arrow-config.cmake > > > > > > Add the installation prefix of "Arrow" to CMAKE_PREFIX_PATH or set > > > "Arrow_DIR" to a directory containing one of the above files. If > > "Arrow" > > > provides a separate development package or SDK, be sure it has been > > > installed. > > > > > > What could be the issue here? > > > > > > Best > > > -- > > > Niranda Perera > > > https://niranda.dev/ > > > @n1r44 <https://twitter.com/N1R44> > > > > > > > > > > -- > > Niranda Perera > > https://niranda.dev/ > > @n1r44 <https://twitter.com/N1R44> > > > -- Niranda Perera https://niranda.dev/ @n1r44 <https://twitter.com/N1R44>