You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "r4ntix (via GitHub)" <gi...@apache.org> on 2023/04/21 14:52:19 UTC

[GitHub] [arrow-datafusion-python] r4ntix opened a new issue, #331: Python 3.11.X: pip install -r requirements-310.txt fails

r4ntix opened a new issue, #331:
URL: https://github.com/apache/arrow-datafusion-python/issues/331

   **Describe the bug**
   os: macOS 13.3
   python: v3.11.2 (venv)
   
   python -m pip install -r requirements-310.txt
   ```shell
    Configured for RELEASE build (set with cmake -DCMAKE_BUILD_TYPE={release,debug,...})
         -- Build Type: RELEASE
         -- Generator: Unix Makefiles
         -- Build output directory: /private/var/folders/cp/ckllsv255631cqswdnxgb5ch0000gn/T/pip-install-mullprc4/pyarrow_7f5eff0b36cb4253a77ac52e11528108/build/temp.macosx-13-x86_64-cpython-311/release
         -- Found Python3: /Users/r4ntix/Workspace/github/arrow-datafusion-python/venv/bin/python (found version "3.11.3") found components: Interpreter Development.Module NumPy
         -- Found Python3Alt: /Users/r4ntix/Workspace/github/arrow-datafusion-python/venv/bin/python
         -- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
         -- Could NOT find Arrow (missing: Arrow_DIR)
         -- Checking for module 'arrow'
         --   No package 'arrow' found
         CMake Error at /usr/local/Cellar/cmake/3.26.3/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
           Could NOT find Arrow (missing: ARROW_INCLUDE_DIR ARROW_LIB_DIR
           ARROW_FULL_SO_VERSION ARROW_SO_VERSION)
         Call Stack (most recent call first):
           /usr/local/Cellar/cmake/3.26.3/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
           cmake_modules/FindArrow.cmake:450 (find_package_handle_standard_args)
           cmake_modules/FindArrowPython.cmake:46 (find_package)
           CMakeLists.txt:231 (find_package)
   
   
         -- Configuring incomplete, errors occurred!
         error: command '/usr/local/bin/cmake' failed with exit code 1
         [end of output]
   ```
   
   **To Reproduce**
   👆
   
   **Expected behavior**
   
   **Additional context**
   


-- 
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-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion-python] andygrove closed issue #331: Python 3.11.X: pip install -r requirements-310.txt fails

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove closed issue #331: Python 3.11.X: pip install -r requirements-310.txt fails
URL: https://github.com/apache/arrow-datafusion-python/issues/331


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org