-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Possible python version bug, during build on MacOS High Sierra #22353
Comments
That SyntaxError is typical of trying to run with Python 3. |
ok, But i hadn't changed my python version. So the build system is able to pick up the Shouldn't the python executable's path be encoded somewhere, so that subsequent |
The node/deps/v8/gypfiles/inspector.gyp Lines 53 to 56 in 82e475d
|
@nodejs/python @nodejs/gyp Worth fixing somehow? Or should this be closed as wont-fix? |
First it should be reported upstream at https://chromium.googlesource.com/deps/inspector_protocol. I'm going to close this as |
When running
make -j8
after pulling the latest upstream master, I sometimes see this error:This seems to get fixed when running
./configure
andmake -j8
again, though.The text was updated successfully, but these errors were encountered: