You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue for this?
I have searched the existing issues
This is a CLI Docs Problem, not another kind of Docs Problem.
This is a CLI Docs Problem.
Description of Problem
I am trying the below
npm install
However, I see the below error
npm ERR! ModuleNotFoundError: No module named 'distutils
Reason: The latest version of python (3.12) doesn't support node-gyp.
Potential Solution
node-gyp is currenlty supported only up to python version 3.11
Is there an existing issue for this?
I have searched the existing issues
This is a CLI Docs Problem, not another kind of Docs Problem.
This is a CLI Docs Problem.
Description of Problem
I am trying the below
npm install
However, I see the below error
npm ERR! ModuleNotFoundError: No module named 'distutils
Reason: The latest version of python (3.12) doesn't support node-gyp.
Potential Solution
node-gyp is currenlty supported only up to python version 3.11
Affected URL
https://www.npmjs.com/package/node-gyp#on-windows
The text was updated successfully, but these errors were encountered: