Python 如何修复pipenv安装pyarrow失败的问题?

Python 如何修复pipenv安装pyarrow失败的问题?,python,python-3.x,windows,pipenv,pep,Python,Python 3.x,Windows,Pipenv,Pep,我正在尝试使用pipenv安装pyarrow: pipenv install pyarrow 我得到以下错误: ...... cmake -DPYTHON_EXECUTABLE=c:\\users\\myuser\\.virtualenvs\\myproject-z1aqfj6n\\scripts\\python.exe -G "Visual Studio 14 2015 Win64" -DPYARROW_BOOST_USE_SHARED=on -DCMAKE_BUILD_TYPE=rel

我正在尝试使用pipenv安装pyarrow:

pipenv install pyarrow
我得到以下错误:

......  cmake -DPYTHON_EXECUTABLE=c:\\users\\myuser\\.virtualenvs\\myproject-z1aqfj6n\\scripts\\python.exe  -G "Visual Studio 14 2015 Win64" -DPYARROW_BOOST_USE_SHARED=on -DCMAKE_BUILD_TYPE=release C:\\Users\\myuser\\AppData\\Local\\Temp\\2\\pip-install-tyfxyl2e\\pyarrow', "  error: command 'cmake' failed: No such file or directory", '  ----------------------------------------', '  ERROR: Failed building wheel for pyarrow', 'ERROR: Could not build wheels for pyarrow which use PEP 517 and cannot be installed directly']
ERROR: ERROR: Package installation failed...
     ================================ 0/1 - 00:00:16
我使用WindowsServer2019

重要备注:以下命令成功
pip install pyarrow
但未成功
pipenv
:(


谢谢!

我猜你已经看过了?谢谢你的回答。我已经试过了(所有版本都在0.9.0和0.15.1之间)我仍然无法使用Pipenv安装它,因为Windows上的完整错误消息btw?大多数pyarrow版本应该已经预构建了所有最新版本的Python。因此这里有两个问题。第一个问题是它根本不应该尝试从源代码构建。第二个问题是,因为它是从源代码构建的,所以您需要ild工具箭头所需。您是否打算从源代码构建?您构建python的目的是什么版本?如果您打算从源代码构建,您阅读了吗