Skip to content

Commit

Permalink
Update README_WINDOWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoberly2 authored Jan 13, 2024
1 parent 49e2e22 commit df8f24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For further information, please refer to the PowerShell documentation [About Exe

#### Distutils has been removed from Python 3.12, which causes my node-gyp build to fail. How can I fix this?

Since Distutils is no longer include in Python after 3.12, it is necessary to install them yourself if using Python 3.12 or above.
Since Distutils is no longer included in Python after 3.12, it is necessary to install Distutils yourself if using Python 3.12 or above.

The following command should allow you to build with Python 3.12:

Expand Down

0 comments on commit df8f24e

Please sign in to comment.