gyp-next
gyp-next copied to clipboard
The return of `ModuleNotFoundError: No module named 'packaging'` on Py3.12
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