Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dos
flow3r firmware
Commits
304cc8ef
Commit
304cc8ef
authored
1 year ago
by
dos
Browse files
Options
Downloads
Patches
Plain Diff
docs: simulator: Clarify the Python version thing regarding wasmer
flow3r builds work fine on Python 3.11
parent
19bf89ee
Branches
dos-main-patch-50543
No related tags found
No related merge requests found
Pipeline
#7031
passed
1 year ago
Stage: check
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/badge/programming.rst
+4
-4
4 additions, 4 deletions
docs/badge/programming.rst
with
4 additions
and
4 deletions
docs/badge/programming.rst
+
4
−
4
View file @
304cc8ef
...
...
@@ -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?*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment