Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to nodejs 16 and packaging 24.1 #9384

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

artydeez
Copy link

  • Due to nodejs 14 deprecation, npm binary was no longer installed successfully during build process. Upgrading to nodejs 16 fixes this
  • Started to see build failures for setuptools after upgrading to nodejs 16 but don't believe they are related
#16 1.303         File "/usr/local/lib/python3.10/site-packages/setuptools/_core_metadata.py", line 285, in _distribution_fullname
#16 1.303           canonicalize_version(version, strip_trailing_zero=False),
#16 1.303       TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'

this is fixed up updating the packing pip to 24.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant