gyp-next icon indicating copy to clipboard operation
gyp-next copied to clipboard

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

Open cclauss opened this issue 1 year ago • 0 comments

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:

  • #214

Also discussed in:

  • #247

cclauss avatar May 05 '24 06:05 cclauss