-
Notifications
You must be signed in to change notification settings - Fork 10
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
node-gyp rebuild failing #16
Comments
Hi all - I'm getting the same on Mojave. |
Traceback (most recent call last): |
This looks to be a python3 oriented gyp build error: TypeError: '>=' not supported between instances of 'tuple' and 'str' I'm currently attempting to build using 3.7.4 with gyp. Have you tested this yet? |
I finally made it work with Python v2.7 (latest Node v12.14.0, latest node-gyp v5.0.7) |
This issue is about macOS Catalina and using Python 3 🤔 |
@MattIPv4 it's a long story, apparently there's an issue with Also some people are trying to turn |
Let me know if this fixes it, before the install: npm i -g node-gyp@latest |
This should be fixed with |
Hi there,
When attempting to install integer on macOS Catalina (10.15), it fails during the
node-gyp rebuild
process.Whilst I would assume therefor that this is most likely an issue with node-gyp in macOS Catalina at this stage during to it being a beta OS, but was wondering if anyone here knows a solution to this or if pre-built binaries could be packaged instead so that node-gyp isn't required during installation.
The text was updated successfully, but these errors were encountered: