-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cannot use conda's emscripten #50
Comments
It's a bug. |
I think this is a bug, the conda-forge distribution for Emscripten should work equally well. Our check against the Emscripten version is pretty rudimentary: pyodide-build/pyodide_build/build_env.py Lines 255 to 262 in 4805d73
|
I use the one from Homebrew, and it lists the version with the "-git" suffix, too, so we should allow it in |
Though installing with git clone https://github.com/emscripten-core/emsdk.git --depth 1
./emsdk/emsdk install 3.1.58
./emsdk/emsdk activate 3.1.58
source ./emsdk/emsdk_env.sh |
Hi,
Installing emscripten is a bit of a hassle. I've done it, it works with pyodide-build, but I'm trying to simplify the build process of my app and switch to conda-forge's distribution of emscripten.
I'm running pyodide 0.26.3 and pyodide-build 0.29.0 which require emscipten 3.1.58. Fortunately, it's available on conda-forge (pheww!).
I install everything, try to pyodide-build and get hit with the following message:
I can't tell whether this is by design or a bug.
The text was updated successfully, but these errors were encountered: