Skip to content

Commit b1190fb

Browse files
ericfzhukukushking
andauthored
fix: compatibility notice for sagemaker notebook al2-v3 (#3243)
* Add compatibility notice for sagemaker notebook al2-v3 * Reworded notice to better describe the actual issue (CMake version compatibility) and possible solutions --------- Co-authored-by: Anton Kukushkin <kukushkin.anton@gmail.com>
1 parent 7b9458b commit b1190fb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/source/install.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,17 @@ 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`` 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:
256+
257+
* Pin PyArrow to an older version:
258+
259+
>>> !pip install awswrangler "pyarrow<21"
260+
261+
* Upgrade CMake version to 3.25+
262+
* Update your notebook instance platform type to AL2023-V1 or later using ``UpdateNotebookInstance``
263+
253264
Amazon SageMaker Notebook Lifecycle
254265
-----------------------------------
255266

0 commit comments

Comments
 (0)