pramitchoudhary edited a comment on issue #10170:
URL: https://github.com/apache/arrow/issues/10170#issuecomment-829714671
Also had issues installing it using python3.7 without using `conda`. Virtual
env using `venv`.
No problem with `pyarrow==2.0.0` on `python3.7`
```
CMake Error at
../TextAttack-WebDemo/venv/lib/python3.7/site-packages/cmake/data/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165
(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):
../TextAttack-WebDemo/venv/lib/python3.7/site-packages/cmake/data/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:458
(_FPHSA_FAILURE_MESSAGE)
cmake_modules/FindArrow.cmake:419 (find_package_handle_standard_args)
cmake_modules/FindArrowPython.cmake:46 (find_package)
CMakeLists.txt:214 (find_package)
-- Configuring incomplete, errors occurred!
See also
"/tmp/pip-build-rj0gveil/pyarrow/build/temp.linux-x86_64-3.7/CMakeFiles/CMakeOutput.log".
error: command 'cmake' failed with exit status 1
----------------------------------------
Command "../TextAttack-WebDemo/venv/bin/python -u -c "import setuptools,
tokenize;__file__='/tmp/pip-build-rj0gveil/pyarrow/setup.py';f=getattr(tokenize,
'open', open)(__file__);code=f.read().replace('\r\n',
'\n');f.close();exec(compile(code, __file__, 'exec'))" install --record
/tmp/pip-wum9rr1f-record/install-record.txt --single-version-externally-managed
--compile --install-headers
../TextAttack-WebDemo/venv/include/site/python3.7/pyarrow" failed with error
code 1 in /tmp/pip-build-rj0gveil/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.
For queries about this service, please contact Infrastructure at:
[email protected]