If the venv creation fails, should we consider launching Mu with reduced functionality? #2052
carlosperate
started this conversation in
Ideas & New Features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Over time we are likely to hit issues like these again, which can happen either when creating a venv or on the first Mu launch, of version of Mu that were working "fine" in the past. This might be specially true for users of old versions of Mu, which is most likely people stuck in old OS versions unable to update:
ipython_genutils
to fix issue with missingipykernel
dependency #1844I think we need come up with a way to deal with venv failures that doesn't completely crash Mu, specially since we have a significant portion of users that use Mu for micro:bit, CircuitPython, and other modes that don't require the venv.
What options do we have if the venv creation fails?
Beta Was this translation helpful? Give feedback.
All reactions