You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Ganeshkumhar1 (via GitHub)" <gi...@apache.org> on 2023/04/17 17:34:51 UTC

[GitHub] [arrow] Ganeshkumhar1 opened a new issue, #35195: not able to install pyarrow using source

Ganeshkumhar1 opened a new issue, #35195:
URL: https://github.com/apache/arrow/issues/35195

   ### Describe the usage question you have. Please include as many useful details as  possible.
   
   
   Hi I am trying to install pyarrow using pyarrow-11.0.0.tar.gz  file.
   - untarred pyarrow-11.0.0.tar.gz  
   - cd pyarrow-11.0.0
   - i see setup.py file here then i run "python setup.py bdist_wheel" to build and create whl file.
   - I am hitting below error while doing this 
   ```
   CMake Error at CMakeLists.txt:268 (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.
   ```
   
   I checked whole dir and could not find FindArrow.cmake anywhere . can some one please help addressing this issue., Thanks 
   
   
   ### Component(s)
   
   C++


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

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


[GitHub] [arrow] Ganeshkumhar1 commented on issue #35195: not able to install pyarrow using source

Posted by "Ganeshkumhar1 (via GitHub)" <gi...@apache.org>.
Ganeshkumhar1 commented on issue #35195:
URL: https://github.com/apache/arrow/issues/35195#issuecomment-1512921491

   there is some security concern in using precompiled whl file, hence I was trying to build manually.
   Anyways I was able to build it using above steps. 
   thanks a ton @raulcd @assignUser !!!!


-- 
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


[GitHub] [arrow] Ganeshkumhar1 closed issue #35195: not able to install pyarrow using source

Posted by "Ganeshkumhar1 (via GitHub)" <gi...@apache.org>.
Ganeshkumhar1 closed issue #35195: not able to install pyarrow using source 
URL: https://github.com/apache/arrow/issues/35195


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

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


[GitHub] [arrow] assignUser commented on issue #35195: not able to install pyarrow using source

Posted by "assignUser (via GitHub)" <gi...@apache.org>.
assignUser commented on issue #35195:
URL: https://github.com/apache/arrow/issues/35195#issuecomment-1511833872

   Hello, thanks for your report. PyArrow depends on the Arrow C++ library which needs to be installed on the system (and has to match the pyarrow version you want to build). Unless you want to work on pyarrow I would recommend using the precompiled wheels if available for your system.
   
   The process of installing from source is described in detail here: https://arrow.apache.org/docs/developers/python.html#building-on-linux-and-macos


-- 
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


[GitHub] [arrow] Ganeshkumhar1 commented on issue #35195: not able to install pyarrow using source

Posted by "Ganeshkumhar1 (via GitHub)" <gi...@apache.org>.
Ganeshkumhar1 commented on issue #35195:
URL: https://github.com/apache/arrow/issues/35195#issuecomment-1512469442

   Thanks for the reply. could you please suggest steps to build  Arrow C++ library on system and how to use them while building pyarrow.


-- 
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


[GitHub] [arrow] raulcd commented on issue #35195: not able to install pyarrow using source

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #35195:
URL: https://github.com/apache/arrow/issues/35195#issuecomment-1512660299

   Hi @Ganeshkumhar1 ! In the page that @assignUser linked you can see how to install using conda and system / bundled dependencies:
   https://arrow.apache.org/docs/developers/python.html#environment-setup-and-build
   https://arrow.apache.org/docs/developers/python.html#using-system-and-bundled-dependencies
   Is there any reason why you want to build Arrow C++ and pyarrow 11.0.0 yourself?
   Arrow is built on several package managers and can be installed from those distributed ones: https://arrow.apache.org/install/
   You can also install the precompiled wheels from PyPI.


-- 
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