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 node-gyp 10.x #13670

Open
tsmaeder opened this issue Apr 30, 2024 · 2 comments
Open

Upgrade to node-gyp 10.x #13670

tsmaeder opened this issue Apr 30, 2024 · 2 comments
Labels
dependencies pull requests that update a dependency file

Comments

@tsmaeder
Copy link
Contributor

Feature Description:

Right now, we need to install the old python3 version 3.10 in order for our build to work due to nodejs/node-gyp#2869. (removal of distutils).

Updgrading to node-gyp 10+ should fix this problem.

@tsmaeder tsmaeder added the dependencies pull requests that update a dependency file label Apr 30, 2024
@msujew
Copy link
Member

msujew commented Apr 30, 2024

FYI, while I agree that we should update to node-gyp 10, newer versions of python3 are supported once you install setuptools manually into your python installation (via pip install setuptools).

@tsmaeder
Copy link
Contributor Author

If that is the alternative, we need to update our build processes & documentation. Currently we install python 3.10. Also: installing setuptools does not seem to work for everyone, if I read the internet correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants