sus-inspector
sus-inspector copied to clipboard
Python problem in Monterey 12.3 beta 1
Unfortunately Apple removed python 2.7 from macOS now and so your app doesn't work anymore
.
Unfortunately Apple removed python 2.7 from macOS now and so your app doesn't work anymore
.
Can you provide a direct link for 12.3 beta1 please? I can't detect it here
There isn't a full installer for Monterey 12.3 beta 1 at this time. Ithink, it will be available on monday. You have to enter the developer seed and go through softwareupdate.
Ok, starting SUS Inspector from /Applications/SUS Inspector.app/Contents/MacOS/SUS Inspector makes the app work again. Just a workaround.
Odd, I tried that approach and the app loads but I get the above error still when refreshing from catalogue
For me it's still working in Monterey 12.3 beta 2, when starting from /Applications/SUS Inspector.app/Contents/MacOS/SUS Inspector or the terminal. It's syncing without any problem then.

Nope still doesn't work, I've even setup alias in /etc for python but the SUS inspector app either ran directly or through Contents/Mac/SUS Inspector errors out about no python when I try to refresh the products
I have a first fix implemented for this in release https://github.com/hjuutilainen/sus-inspector/releases/tag/v2.1
I'm not bundling Python 2 with SUS Inspector but installing the official Python 2 package from https://www.python.org/downloads/macos/ should be enough to make everything work again.
Thank you very much for this. It's working as expected again.