Open jvalkeal opened 1 year ago
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 setuptools
as per issue https://github.com/electron/rebuild/issues/1116 .
A permanent solution is to upgrade to node-gyp to v10+ and revert https://github.com/spring-projects/spring-shell/commit/8097f1eb91b6d5bd8e6ff4296e8900d5649a812a , or even better: bump node-pyt https://github.com/spring-projects/spring-shell/issues/921 to get rid of this dependency altogether.
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.