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
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
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:
The text was updated successfully, but these errors were encountered: