From 304cc8ef178f4210c358a6cde32310411c89f674 Mon Sep 17 00:00:00 2001 From: dos <dos@dosowisko.net> Date: Thu, 17 Aug 2023 21:13:58 +0000 Subject: [PATCH] docs: simulator: Clarify the Python version thing regarding wasmer flow3r builds work fine on Python 3.11 --- docs/badge/programming.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/badge/programming.rst b/docs/badge/programming.rst index e31ce47749..20669a7fad 100644 --- a/docs/badge/programming.rst +++ b/docs/badge/programming.rst @@ -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?* -- GitLab