Skip to content
Open
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
9 changes: 9 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,15 @@ Run this command in any Python 3 notebook cell and then make sure to

>>> !pip install awswrangler

**Platform compatibility notice:**

* ``awswrangler>=3.14.0`` requires **AL2023-v1 or later** notebook instances
* If using AL2-V3, pin to an older version:

>>> !pip install "awswrangler<3.14.0"

This is due to AL2-V3 not meeting the build requirements for PyArrow 21.0.0+ (CMake 3.25+).

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

Expand Down