outset icon indicating copy to clipboard operation
outset copied to clipboard

Outset not working on MacOS 12.3

Open eatyourpeas747 opened this issue 2 years ago • 2 comments

In console when trying to run Outset we are now seeing /usr/bin/python: bad interpreter: No such file or directory.

Seem to be because of Apple removing Python 2.7

eatyourpeas747 avatar May 20 '22 12:05 eatyourpeas747

The current version of Outset does not use the old built-in python 2.7. You will need to make sure you have Python 3 installed on your endpoints and then update Outset. There are a couple of options for installing Python 3. It can use Munki's python if you are using Munki. Another popular choice is https://github.com/macadmins/python

vmiller avatar May 20 '22 13:05 vmiller

Make sure to see the ReadMe: https://github.com/chilcote/outset#readme

If you are still running Outset version 2 it is time to upgrade. Pick one of the Python 3 options from the readme, deploy it to your fleet, then deploy Outset version 3.

kevinmcox avatar May 20 '22 13:05 kevinmcox