KiYugadgeter
KiYugadgeter

Reputation: 4014

What version of python is need to install emscripten?

In emscripten docs,

You need Python 2.7.12 or newer because older versions may not work due to a GitHub change with SSL).

Python 3 has supported?

Upvotes: 2

Views: 698

Answers (1)

Selcuk
Selcuk

Reputation: 59228

Yes, it is supported:

https://github.com/emscripten-core/emscripten/pull/5967

This PR:

  1. introduces EMSCRIPTEN_ALLOW_NEWER_PYTHON to allow Python 3

Upvotes: 2

Related Questions