We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
We are using Sqlite3 with electron and building it both for x64 and arm64 platforms(universal).
We noticed recently that prebuilt binaries are missing and that we are getting 403 errors when downloading.
This is not available: https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.1.1/electron-v16.0-darwin-arm64.tar.gz https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/electron-v16.0-darwin-arm64.tar.gz https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.2/napi-v3-darwin-arm64.tar.gz
But this is: https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.2/napi-v3-darwin-x64.tar.gz
It worked last week without any issues.
The text was updated successfully, but these errors were encountered:
Is there a work-around or expected fix for this? My development is frozen because I have some pretty deep sqlite3 dependencies.
Sorry, something went wrong.
@austinkloske22 if you have everything properly set, it can be built from the source.
@vscode/sqlite3
Linux ARM64 binaries will be shipped in the next release. Unfortunately I haven't got a way of building macOS ARM64 binaries in CI right now 😕
No branches or pull requests
We are using Sqlite3 with electron and building it both for x64 and arm64 platforms(universal).
We noticed recently that prebuilt binaries are missing and that we are getting 403 errors when downloading.
This is not available:
https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.1.1/electron-v16.0-darwin-arm64.tar.gz
https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/electron-v16.0-darwin-arm64.tar.gz
https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.2/napi-v3-darwin-arm64.tar.gz
But this is:
https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.2/napi-v3-darwin-x64.tar.gz
It worked last week without any issues.
The text was updated successfully, but these errors were encountered: