nodejs / gyp-next

A fork of the GYP build system for use in the Node.js projects
BSD 3-Clause "New" or "Revised" License
125 stars 69 forks source link

The return of `ModuleNotFoundError: No module named 'packaging'` on Py3.12 #249

Closed cclauss closed 2 months ago

cclauss commented 2 months ago

These two commands fail on Python 3.12 with ModuleNotFoundError: No module named 'packaging' % pipx run --spec git+https://github.com/nodejs/gyp-next.git gyp --help % pipx run --spec git+https://github.com/nodejs/gyp-next.git gyp --version

This was fixed in the past by:

Also discussed in: