joaomcarlos commented on issue #38311:
URL: https://github.com/apache/arrow/issues/38311#issuecomment-1836894385
Hi, I am trying to `pip install taipy`, it fails on trying to build the
wheel for pyarrow.
```
Using cached zipp-3.17.0-py3-none-any.whl (7.4 kB)
Building wheels for collected packages: pyarrow
Building wheel for pyarrow (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for pyarrow (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [294 lines of output]
<string>:36: DeprecationWarning: pkg_resources is deprecated as an
API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
WARNING setuptools_scm.pyproject_reading toml section missing
'pyproject.toml does not contain a tool.setuptools_scm section'
running bdist_wheel
running build
[.......]
copying pyarrow\tests\data\orc\decimal.jsn.gz ->
build\lib.win-amd64-cpython-312\pyarrow\tests\data\orc
copying pyarrow\tests\data\orc\decimal.orc ->
build\lib.win-amd64-cpython-312\pyarrow\tests\data\orc
xe -DPython3_EXECUTABLE=C:\Python312\python.exe -DPYARROW_CXXFLAGS=
-DPYARROW_WITH_DATASET=off -DPYARROW_WITH_PARQUET_ENCRYPTION=off
-DPYARROW_WITH_HDFS=off -DPYARROW_WITH_FLIGHT=off -G "Visual Studio 15 2017
Win64"
C:\Users\silent\AppData\Local\Temp\pip-install-g2jnuue7\pyarrow_f1db6fdf243144d392a111672e0bb11d\pyarrow/src
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Python312\Scripts\cmake.exe\__main__.py", line 4, in
<module>
ModuleNotFoundError: No module named 'cmake'
error: command 'C:\\Python312\\Scripts\\cmake.exe' failed with exit
code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem
with pip.
ERROR: Failed building wheel for pyarrow
Failed to build pyarrow
ERROR: Could not build wheels for pyarrow, which is required to install
pyproject.toml-based projects
```
Strangely enough, if I do `pip install pyarrow` it says its already
installed at 14.0.1
--
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]