Skip to content

Python 3.9 support #1698

Closed Answered by carlosperate
sergi0g asked this question in Q&A
Discussion options

You must be logged in to vote

At the moment Mu is not compatible with Python 3.9 due to some dependencies having issues in some platforms.

You can run Mu from source code, and with a small code change, enable 3.9 as a compatible version. So at that point, whatever version of Python you use to pip install -e ."[dev]" will be the version of Python running Mu (in contrast, the installer package their own Python interpreter).

You can follow the dev instructions here to learn how to run Mu from source code: https://mu.readthedocs.io/en/latest/setup.html

And to enable Python 3.9 compatibility you can apply this patch: fa9fa19

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sergi0g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants