Ok, I can confirm I get the same error with a freshly downloaded and
updated emsdk on Windows 10.

It looks like it's using a bundled copy of python that's pretty old --
2.7.5.3 where current is 2.7.14.


As a workaround, you can download and install a newer Python from
https://www.python.org/downloads/ and use that to run the script instead of
the bundled on, and it seems to work.

Once the newer Python is installed (I used Python 3.6.3 which I happened to
have installed already), run:

  python ./emsdk install latest

instead of

  ./emsdk.bat install latest


-- brion

On Fri, Feb 23, 2018 at 10:14 PM, Mark Sibly <blitzmun...@gmail.com> wrote:

> > Most likely libcurl or openssl is bundled with Python... Double check
> that your Python installation is reasonably current.
>
> I *think* I just use whatever python emscripten installs (and it used to
> work) - will double check though, as I guess another app could've sneaked
> in a different version or something.
>
> > I'll see if I can get it working on my Win10 machine at home Monday (I
> usually do my emscripten work on Mac or Linux) and see if I get the same
> errors...
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "emscripten-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to emscripten-discuss+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to emscripten-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to