-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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 tools #13058
Comments
First of all, why are you trying to install this very old version emscripten? Its almost two years old now. Secondly, what do you mean by Finally, what you are doing should work. Indeed it works for me on my linux machine. It seems to be some kind of issue with the python installation not being able to use SSL correctly. A couple of things you can try:
|
The recommended precompiled SDK download is 2.0.10 (37fc7647c754ac9a28ad588c14 To install/activate it, use one of: Those are equivalent to installing/activating the following: All recent (non-legacy) installable versions are: The additional following precompiled SDKs are also available for download: The following SDKs can be compiled from source: The following precompiled tool packages are available for download: The following tools can be compiled from source: Items marked with * are activated for the current user. To access the historical archived versions, type 'emsdk list --old' Run "git pull" followed by "./emsdk update-tags" to pull in the latest list. So, emscripten-1.38.31 looks like the latest version. Also, a precompiled tool packages contain, e.g node-12.18.1-64bit and python-3.7.4-pywin32-64bit while I already have Node v13.14.0 and Python 3.8.6. Many thanks for your support! |
The latest release version is |
I guess we should maybe remove those from the |
I read all instructions prior to writing here, of course. Running C:\Users\user\emsdk>emsdk install 2.0.10 So, I would appreciate a direction on how to install only the latest emscripten without installing bundled java, python and node. Thanks! |
This version of node it used by emscripten internally, is there a particular reason you want emscripten not to use its chosen version of node? The primary point of emsdk is bundle a set of tools together that have been tested and are know to work. emsdk using this version of node should not prevent you from having other versions of node your system for other purposes. If you really don't want to use emsdk's bundled version of node, python, etc you could do this: install emsdk, and then modify the generated |
I'm also having trouble installing tools via
However this does not install any So my failure seems to be a mismatch between the emscripten tools and binaryen versions, and the recommended approach is to install binaryen via I've tried manually installing Is there a recommended workflow to install the current emscripten and corresponding binaryen via the emsdk ? |
The command you list do (should) install the binaryen tools in The version of binaryen in |
Thank you @sbc100 . I think I must be running into a separate issue then. Perhaps the version of llvm used by Rust vs emscripten. Will look elsewhere. |
This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 30 days. Feel free to re-open at any time if this issue is still relevant. |
C:>emsdk install emscripten-1.38.31
Installing tool 'emscripten-1.38.31'..
Error: Downloading URL 'https://github.com/kripken/emscripten/archive/1.38.31.zip': [ASN1] nested asn1 error (_ssl.c:4146)
Installation failed!
When trying to manually download file and place it in "zips" folder, it's being automatically deleted after running the
emsdk install emscripten-1.38.31
command.Environment:
Windows 7
Python 3.8.6
Node v13.14.0
jdk1.8.0_271
jre1.8.0_271
Installing SDK is not an option as it contains older versions of Python and Node.
The text was updated successfully, but these errors were encountered: