You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think node-gyp package doesn’t work on Python 3, open issue: nodejs/node-gyp#1337 .
You could install successfully node-gyp using Python 2, and then build libwally with Python 3.
On macOS 10.14.5 with Python 3.7.3 and Node v10.16.0. I think this fails because
print "%s.%s.%s" % sys.version_info[:3];
is Python 2 syntax.Fails with:
The text was updated successfully, but these errors were encountered: