-
Notifications
You must be signed in to change notification settings - Fork 87
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
Not supported for node 17.9.0 #79
Comments
I'm also getting 404 from the aws resource. node-pre-gyp ERR! install response status 404 Not Found on https://tulipnode.s3.amazonaws.com/tulind/v0.8.20/Release/tulind-v0.8.20-node-v93-darwin-arm64.tar.gz |
any plans on providing this module for latest LTS? |
Tulipnode does not seem to support arm64 See full release list here: |
Precompiled binaries aren't available. It doesn't mean you can't compile it yourself and use it that way. |
I'm using a mac m1 processor and is giving me this error:
Pre-built binaries not installable for [email protected] and [email protected] (node-v102 ABI, unknown)
node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using [email protected]
node-pre-gyp info using [email protected] | darwin | arm64
node-pre-gyp info check checked for "/Users/tradingfarm/Documents/CryptoBots/BreakingNews - General CCXT/BN - server/node_modules/tulind/lib/binding/Release/node-v93-darwin-arm64/tulind.node" (not found)
node-pre-gyp http GET https://tulipnode.s3.amazonaws.com/tulind/v0.8.20/Release/tulind-v0.8.20-node-v93-darwin-arm64.tar.gz
node-pre-gyp ERR! install response status 404 Not Found on https://tulipnode.s3.amazonaws.com/tulind/v0.8.20/Release/tulind-v0.8.20-node-v93-darwin-arm64.tar.gz
node-pre-gyp WARN Pre-built binaries not installable for [email protected] and [email protected] (node-v93 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp WARN Hit error response status 404 Not Found on https://tulipnode.s3.amazonaws.com/tulind/v0.8.20/Release/tulind-v0.8.20-node-v93-darwin-arm64.tar.gz
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | arm64
gyp info ok
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | arm64
gyp info find Python using Python version 3.8.9 found at "/Library/Developer/CommandLineTools/usr/bin/python3"
gyp http GET https://nodejs.org/download/release/v16.14.2/node-v16.14.2-headers.tar.gz
gyp http 200 https://nodejs.org/download/release/v16.14.2/node-v16.14.2-headers.tar.gz
gyp http GET https://nodejs.org/download/release/v16.14.2/SHASUMS256.txt
gyp http 200 https://nodejs.org/download/release/v16.14.2/SHASUMS256.txt
gyp info spawn /Library/Developer/CommandLineTools/usr/bin/python3
gyp info spawn args [
gyp info spawn args '/usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/Users/tradingfarm/Documents/CryptoBots/BreakingNews - General CCXT/BN - server/node_modules/tulind/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/tradingfarm/Library/Caches/node-gyp/16.14.2/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/Users/tradingfarm/Library/Caches/node-gyp/16.14.2',
gyp info spawn args '-Dnode_gyp_dir=/usr/local/lib/node_modules/npm/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/Users/tradingfarm/Library/Caches/node-gyp/16.14.2/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/Users/tradingfarm/Documents/CryptoBots/BreakingNews - General CCXT/BN - server/node_modules/tulind',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.'
gyp info spawn args ]
gyp info ok
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | arm64
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
CXX(target) Release/obj.target/tulind/tulind.o
CC(target) Release/obj.target/tulind/external/tiamalgamation.o
SOLINK_MODULE(target) /Users/tradingfarm/Documents/CryptoBots/BreakingNews - General CCXT/BN - server/node_modules/tulind/lib/binding/Release/node-v93-darwin-arm64/tulind.node
clang: error: -E or -x required when input is from standard input
clang: error: no such file or directory: 'General'
clang: error: no such file or directory: 'CCXT/BN'
clang: error: -E or -x required when input is from standard input
clang: error: no such file or directory: 'server/node_modules/tulind/lib/binding/Release/node-v93-darwin-arm64/tulind.node'
make: *** [/Users/tradingfarm/Documents/CryptoBots/BreakingNews - General CCXT/BN - server/node_modules/tulind/lib/binding/Release/node-v93-darwin-arm64/tulind.node] Error 1
gyp ERR! build error
gyp ERR! stack Error:
make
failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (node:events:526:28)
gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12)
gyp ERR! System Darwin 20.6.0
The text was updated successfully, but these errors were encountered: