-
Notifications
You must be signed in to change notification settings - Fork 27
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
can't install prebuilt binary, server response is 403 Forbidden #95
Comments
How did you got that? v0.0.2 looks wrong, need to double check. |
Links should be in the form: Can you share some more context? |
This Gitlab action just got a 403 from duckdb-node.s3.amazonaws.com/duckdb-v0.10.0-node-v127-linux-x64.tar.gz, output this line:
and has been slowly compiling for 18 mins. This job usually finishes in under a minute. Update: previous successful run fetched from duckdb-node.s3.amazonaws.com/duckdb-v0.10.0-node-v120-linux-x64.tar.gz, which also 200's for me now. Seems like maybe my Gitlab runner is using a newer Node today, and there's not a v0.10.0 for that version? Not sure how to interpret |
So it looks like
|
Ok. It works fine if I install package.json in npmjs.compackage.json in duckdb-node repo |
Yeah, this is really strange to me. We're blocked from using duckdb because we can't install it on our linux servers without getting an error
from what we can tell this is directly connected to this issue |
I am experiencing a similar problem... I am unable to install duckdb with npm in Ubuntu 24.04:
First I had to run it in a python 2.7 to be able to run node-pre-gyp Then I get:
I have tried to install it from source but I was only able to complete the build by removing all the icu files from binding.gyp. The resulting library does not work due to missing ICU symbols. I am able to install duckdb with ICU extension in this same system... The problem is only happening with duckdb-node. Thanks! |
Hello. In my case, (Ubuntu 24.04, node version 18.19.1, npm version 9.2.0.) if the webstorm automatically proceeds with npm installation, it will no longer proceed in the following state. After a long time, the following error occurs. npm ERR! Failed to execute '/usr/bin/node /usr/share/nodejs/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/webstorm_workspace/node_modules/duckdb/lib/binding/duckdb.node --module_name=duckdb --module_path=/home/webstorm_workspace/node_modules/duckdb/lib/binding --napi_version=9 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v109' (1) |
Hey!
Using this repo, I got 403 forbidden error after running yarn install:
I'm not sure if anyone else also experienced this, or my IP region is not allowed for some reason?
The text was updated successfully, but these errors were encountered: