Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,17 @@ Run this command in any Python 3 notebook cell and then make sure to

>>> !pip install awswrangler

**Platform compatibility notice:**

``awswrangler>=3.14.0`` defaults to PyArrow 21.0.0+, which requires CMake 3.25+ to build. On AL2-V3 notebook instances (CMake 2.8), you have the following options:

* Pin PyArrow to an older version:

>>> !pip install awswrangler "pyarrow<21"

* Upgrade CMake version to 3.25+
* Update your notebook instance platform type to AL2023-V1 or later using ``UpdateNotebookInstance``

Amazon SageMaker Notebook Lifecycle
-----------------------------------

Expand Down
Loading