-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Bug: Node-Gyp cant find a python executable #70
Comments
Im wondering if maybe the Dockerfile now needs |
@ParamagicDev +1 receiving the same error since today |
I am seeing the same error. I was able to get around it by forking this repo and adding |
This is a known issue in reviewdog/action-eslint: reviewdog#70
This is a known issue in reviewdog/action-eslint: reviewdog#70
This is a known issue in reviewdog/action-eslint: reviewdog#70
Similar to reviewdog/action-eslint#70, this action fails because `node:current-alpine` has drifted and Python 2 is no longer available. This change adds it to the install so we can run the action again.
It should be fixed by migrating to composite run action now. #72 |
Confirmed. Fixed with the new update! |
Thank you for the confirmation! |
This is a known issue in reviewdog/action-eslint: reviewdog#70
Currently receiving the following error:
Im assuming that maybe Alpine no longer ships with Python2? This was previously working, Im not sure what the issue is. I did some investigate work here:
nodejs/node-gyp#1337
And tried to use the fix they suggested but got an error about not having permissions in GH-Actions. Was curious if there was a workaround for this.
The text was updated successfully, but these errors were encountered: