We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95849ac commit 20b2d01Copy full SHA for 20b2d01
docs/source/install.rst
@@ -250,6 +250,15 @@ Run this command in any Python 3 notebook cell and then make sure to
250
251
>>> !pip install awswrangler
252
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
262
Amazon SageMaker Notebook Lifecycle
263
-----------------------------------
264
0 commit comments