Skip to content

Commit 20b2d01

Browse files
authored
Add compatibility notice for sagemaker notebook al2-v3
1 parent 95849ac commit 20b2d01

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/source/install.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,15 @@ Run this command in any Python 3 notebook cell and then make sure to
250250

251251
>>> !pip install awswrangler
252252

253+
**Platform compatibility notice:**
254+
255+
* ``awswrangler>=3.14.0`` requires **AL2023-v1 or later** notebook instances
256+
* If using AL2-V3, pin to an older version:
257+
258+
>>> !pip install "awswrangler<3.14.0"
259+
260+
This is due to AL2-V3 not meeting the build requirements for PyArrow 21.0.0+ (CMake 3.25+).
261+
253262
Amazon SageMaker Notebook Lifecycle
254263
-----------------------------------
255264

0 commit comments

Comments
 (0)