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
Copy file name to clipboardExpand all lines: BUILDING.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,6 +282,11 @@ $ ./configure
282
282
$ make -j4
283
283
```
284
284
285
+
If you run into a `No module named 'distutils.spawn'` error when executing
286
+
`./configure`, please try `python3 -m pip install --upgrade setuptools` or
287
+
`sudo apt install python3-distutils -y`.
288
+
For more information, see https://github.com/nodejs/node/issues/30189.
289
+
285
290
The `-j4` option will cause `make` to run 4 simultaneous compilation jobs which
286
291
may reduce build time. For more information, see the
287
292
[GNU Make Documentation](https://www.gnu.org/software/make/manual/html_node/Parallel.html).
0 commit comments