I am trying to install pyarrow using pipenv:
pipenv install pyarrow
And I get the following error :
...... 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
I use Windows Server 2019.
Important remark: The following command succeeds pip install pyarrow
but not pipenv
:(
Thank you!