-
Notifications
You must be signed in to change notification settings - Fork 694
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
Emscripten installation fails with Python 3 on macOS #1356
Comments
Full error from the command line
BTW The text of the issue was written by ChatGPT I just described your bug report guidelines and what went wrong during the installation. |
Can you show the follow command you typed along with the full output? The file that em
Given you are on macOS I would expect it to be Can you try running the same install command but with |
Wait...... I just saw that the actual error was:
and that the filename being downloaded does include the string So this is, I think, and issue with your local python installation. Other folks have run into this in the past and there are some fixed out here I believe. Googling for BTW, where did the |
Fixed in #1355 |
I encountered an issue while trying to install Emscripten using the
./emsdk install latest
command. The installation failed with the following error message:Error: Downloading URL 'https://storage.googleapis.com/webassembly/emscripten-releases-builds/deps/node-14.18.2-64bit.tar.xz'..
I tried running the command again, but the issue persisted. I then tried installing an older version of Emscripten using the
./emsdk install <version>
command, but I encountered the same issue.I was able to resolve the issue by installing Python 2 and running the
./emsdk install latest
command using Python 2.I'm using macOS version 13.0.1 (22A400), and I have the latest version of Python 3.11.1 installed.
The text was updated successfully, but these errors were encountered: