From d45b174cf1af28535f7e08280fafcb71d2a2566a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 5 Apr 2024 09:10:34 +0200 Subject: [PATCH] README.md: Installation -- Python >= v3.12 requires `node-gyp` >= v10 We are getting a lot of issues opened on this topic so add it to our installation instructions. * #2869 > [!Important] > Python >= v3.12 requires `node-gyp` >= v10 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2570084add..03a2d40dc1 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ All current and LTS target versions of Node.js are supported. Depending on what ## Installation +> [!Important] +> Python >= v3.12 requires `node-gyp` >= v10 + You can install `node-gyp` using `npm`: ``` bash