-
Notifications
You must be signed in to change notification settings - Fork 732
Installation fails with corrupt files [Windows and Linux] #1538
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
Comments
owner@owner:~/emsdk$ python3 -V wner@owner:~/emsdk$ ./emsdk install latest |
A work around is to use I have a slow internet connection, perhaps storage.googleapis.com is truncating the download and curl, used by the python to perform the downloads, does not notice! Isn’t wasm’s loop/block structure odd! |
Were you able to reproduce this or was it a one off? |
Yes, I can reproduce it.
…On Tue, 18 Mar 2025 at 05:12, Sam Clegg ***@***.***> wrote:
Were you able to reproduce this or was it a one off?
—
Reply to this email directly, view it on GitHub
<#1538 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD5SOAPDEP4V7JAMVAPDU32U3X4VAVCNFSM6AAAAABZENYO62VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMZQGA4TGNJTGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: sbc100]*sbc100* left a comment (emscripten-core/emsdk#1538)
<#1538 (comment)>
Were you able to reproduce this or was it a one off?
—
Reply to this email directly, view it on GitHub
<#1538 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD5SOAPDEP4V7JAMVAPDU32U3X4VAVCNFSM6AAAAABZENYO62VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMZQGA4TGNJTGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Gene Thomas
021 436384
https://genethomas.com
***@***.***
|
The number of bytes read looks correct (31379384 Bytes). Can you modify the emsdk.py script to remove the |
Uh oh!
There was an error while loading. Please reload this page.
The download node .zip is corrupted, using curl to download it is ok?
Resolving SDK alias 'latest' to '4.0.5'
Resolving SDK version '4.0.5' to 'sdk-releases-d7f8ff5e2ca3539c33fae81e98f7c56ef9fa1239-64bit'
Installing SDK 'sdk-releases-d7f8ff5e2ca3539c33fae81e98f7c56ef9fa1239-64bit'..
Installing tool 'node-20.18.0-64bit'..
Downloading: C:/Users/Pemrt/Documents/Projects/ext/emsdk/downloads/node-v20.18.0-win-x64.zip from https://storage.googleapis.com/webassembly/emscripten-releases-builds/deps/node-v20.18.0-win-x64.zip, 31379384 Bytes
Unpacking 'C:/Users/Pemrt/Documents/Projects/ext/emsdk/downloads/node-v20.18.0-win-x64.zip' to 'C:/Users/Pemrt/Documents/Projects/ext/emsdk/node/20.18.0_64bit'
Unzipping file 'C:/Users/Pemrt/Documents/Projects/ext/emsdk/downloads/node-v20.18.0-win-x64.zip' failed due to reason: File is not a zip file! Removing the corrupted zip file.
error: installation failed!
is ok, showing that the .zip curl downloaded is ok?
The text was updated successfully, but these errors were encountered: