Skip to content
Snippets Groups Projects
Commit 304cc8ef authored by dos's avatar dos
Browse files

docs: simulator: Clarify the Python version thing regarding wasmer

flow3r builds work fine on Python 3.11
parent 19bf89ee
No related tags found
No related merge requests found
Pipeline #7031 passed
......@@ -634,11 +634,11 @@ environment with the required packages:
$ venv/bin/pip install pygame wasmer wasmer-compiler-cranelift
.. note::
The wasmer python module `doesn't work with Python versions 3.10 or 3.11
<https://github.com/wasmerio/wasmer-python/issues/539>`_, use Python 3.9
instead. You will get
The wasmer python module from pip `doesn't work with Python versions 3.10 or 3.11
<https://github.com/wasmerio/wasmer-python/issues/539>`_. You will get
``ImportError: Wasmer is not available on this system`` when trying to run
the Simulator.
the Simulator. Either use Python 3.9 or install `unofficial builds for 3.11
<https://flow3r.garden/tmp/wasmer-py311/>`_.
*TODO: set up a pyproject/poetry/... file?*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment