Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.52 KB

File metadata and controls

51 lines (35 loc) · 1.52 KB

Install PyArrow

Conda

To install the latest version of PyArrow from conda-forge using conda:

conda install -c conda-forge pyarrow

Pip

Install the latest version from PyPI (Windows, Linux, and macOS):

pip install pyarrow

If you encounter any importing issues of the pip wheels on Windows, you may need to install the Visual C++ Redistributable for Visual Studio 2015.

Note

Windows packages are only available for Python 3.5 and higher (this is also true for TensorFlow and any package that is implemented with modern C++).

Installing from source

See :ref:`development`.