zfoobar commented on issue #34841: URL: https://github.com/apache/arrow/issues/34841#issuecomment-1499648908
Soutou, Good (but frustrating news): I created *yet* another conda environment, and it works. I have absolutely no idea what has changed. This was demonstrably broken for days. Feel free to close this - if it comes back, I can reopen. What a bizarre situation... On Thu, Apr 6, 2023 at 1:56 PM Zach Fierstadt ***@***.***> wrote: > Soutou: > > Question: have you tried a fresh install with conda and using the getting > started c++ cmake config we've been troubleshooting? did it work? If so, > which OS are you using, and I can try to replicate. > > Here is the output with -DCMAKE_FIND_DEBUG_MODE=ON with the doc's > suggested cmake config (find_package(Arrow REQUIRED)). Note below that in > this mode, it wants FindArrow.cmake, but it can't find it - because it > doesn't exist. > > (pyarrow-dev) Zacharys-MacBook-Air:arrow_scratch zacharyfierstadt$ cmake > -DCMAKE_FIND_DEBUG_MODE=on . > > CMake Warning (dev) at CMakeLists.txt:1 (project): > > cmake_minimum_required() should be called prior to this top-level > project() > > call. Please see the cmake-commands(7) manual for usage documentation > of > > both commands. > > This warning is for project developers. Use -Wno-dev to suppress it. > > > -- Arrow version: 12.0.0 > > -- Found the Arrow shared library: > /Users/zacharyfierstadt/miniconda3/envs/pyarrow-dev/lib/libarrow.1200.0.0.dylib > > -- Found the Arrow import library: ARROW_IMPORT_LIB-NOTFOUND > > -- Found the Arrow static library: > > CMake Debug Log at CMakeLists.txt:3 (find_package): > > find_package considered the following paths for FindArrow.cmake: > > > > /Users/zacharyfierstadt/miniconda3/envs/pyarrow-dev/share/cmake-3.26/Modules/FindArrow.cmake > > > The file was not found. > > > > /Users/zacharyfierstadt/miniconda3/envs/pyarrow-dev/lib/cmake/Arrow/ArrowConfig.cmake > > > > > CMake Warning (dev) in CMakeLists.txt: > > No cmake_minimum_required command is present. A line of code such as > > > cmake_minimum_required(VERSION 3.26) > > > should be added at the top of the file. The version specified may be > lower > > if you wish to support older CMake versions for this project. For more > > information run "cmake --help-policy CMP0000". > > This warning is for project developers. Use -Wno-dev to suppress it. > > > -- Configuring done (0.0s) > > -- Generating done (0.0s) > > -- Build files have been written to: > /Users/zacharyfierstadt/projects/arrow_scratch > > > > On Thu, Apr 6, 2023 at 1:50 PM Sutou Kouhei ***@***.***> > wrote: > >> Sorry. I can't speak/listen English. :-< >> >> I think that running cmake -DCMAKE_FIND_DEBUG_MODE=ON ... again with >> your new environment helps us. >> >> — >> Reply to this email directly, view it on GitHub >> <https://github.com/apache/arrow/issues/34841#issuecomment-1499608127>, >> or unsubscribe >> <https://github.com/notifications/unsubscribe-auth/AC74BGIZK6LC7MTKITLRIMLW74UDDANCNFSM6AAAAAAWQBGRHM> >> . >> You are receiving this because you authored the thread.Message ID: >> ***@***.***> >> > -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
