Skip to content
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

Binaries: Access denied #1616

Closed
ormanlis opened this issue Jun 16, 2022 · 4 comments
Closed

Binaries: Access denied #1616

ormanlis opened this issue Jun 16, 2022 · 4 comments
Labels

Comments

@ormanlis
Copy link

Issue Summary

node-pre-gyp http GET https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.2/napi-v3-darwin-arm64.tar.gz
node-pre-gyp http 403 https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.2/napi-v3-darwin-arm64.tar.gz
node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.2/napi-v3-darwin-arm64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for sqlite3@5.0.2 and node@17.4.0 (node-v102 ABI, unknown) (falling back to source compile with node-gyp)

Steps to Reproduce

yarn install

Version

5.0.2

Node.js Version

v17.4.0

How did you install the library?

macOS m1

@ormanlis ormanlis added the bug label Jun 16, 2022
@daniellockyer
Copy link
Member

daniellockyer commented Jun 17, 2022

Hey @ormanlis - there are no distributed binaries for Darwin ARM64 in v5.0.2, nor the latest at the time of writing. If you update to the latest version, you should be able to compile the library and use that

@slamdev
Copy link

slamdev commented Aug 9, 2022

@daniellockyer any particular reason to skip releasing Darwin ARM64 binaries? can we (community) help\contribute somehow?

@daniellockyer
Copy link
Member

daniellockyer commented Aug 9, 2022

@slamdev No reason! I'd very much love to add them

I've got a branch here, but the binaries get the quarantine xattr flag when I download them - which clearly isn't ideal for end users

#1594

@daniellockyer
Copy link
Member

I'm going to open an issue detailing the problem 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants