The python error has an easy and a hard solution. For now I think we can try the easy but dangerous one and then we can consider the best way to implement the hard but safe one.
Basically, we can force install the Python packages at the system level, which is what we are doing, but has always been a not-great idea.
A longer term solution will be to install the packages in a separate environment and then update the skel files to direct all users to that environment. Let's file a separate issue to come back to that.
Originally posted by @jashapiro in #884 (review)
This issue is a placeholder to track planning/implementing a longer-term more robust solution.
Originally posted by @jashapiro in #884 (review)
This issue is a placeholder to track planning/implementing a longer-term more robust solution.