-
Notifications
You must be signed in to change notification settings - Fork 395
node-gyp on macos fails in e2e tests #909
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
Comments
Looks to be from node, not directly from node-pty. There's starting to be issues in https://github.com/nodejs/node-gyp about distutils as people see these type of failures on gh actions. |
Hello, I have the same issue. How did you solve the problem? |
@psaint-j You have to install A permanent solution is to upgrade to node-gyp to v10+ and revert 8097f1e , or even better: bump node-pyt #921 to get rid of this dependency altogether. |
- Bump node-pty from 0.11.0-beta19 to 1.0.0 - Bump xterm-headless from 4.18.0 to 5.5.0 - Rename xterm-headless to @xterm/headless as per https://www.npmjs.com/package/xterm-headless - Unpin Python 3.11 in e2e test by reverting commit spring-projects@8097f1e because it's no longer necessary as explained in spring-projects#909 (comment) - Fixes spring-projects#909 - Fixes spring-projects#921 Signed-off-by: Andrey Litvitski <[email protected]>
At least macos11 env is now erroring:
Looks like runners envs are upgrading to python 3.12 and that distutils were removed in that version.
The text was updated successfully, but these errors were encountered: