wolph / alfred-converter

Alfred unit converter is a smart calculator for Alfred with support for unit conversions to make it a bit comparable to the Google Calculator and Wolfram Alpha.
93 stars 15 forks source link

Not working since Python2 removed by MacOS 12.3+ #39

Closed LunarRed closed 2 years ago

LunarRed commented 2 years ago

MacOS 12.3+ completely removes Python 2 (https://www.jamf.com/blog/python2-is-gone-apple-macos/) and converter no longer works. Get message: "Reason: launch path not accessible /usr/bin/python" "Check that the selected language exists on your system."

wolph commented 2 years ago

The silly thing is... Alfred doesn't appear to have Python 3 support from what I can gather. Although that might be because I'm not using OS X 12.3

image

I'm working on a new release :)

LunarRed commented 2 years ago

Unfortunately, once you upgrade to 12.3, you get this:

Screen Shot 2022-04-18 at 5 14 12 PM

Then, I installed Python 2 using this: https://www.alfredapp.com/help/kb/python-2-monterey/, but it still wants to use the Python from the path /usr/bin/python, and I can't/shouldn't create it there because of SIP protection.

Thanks for the quick reply. Hope it's not too much of a headache!

wolph commented 2 years ago

I've created a new version that should work, can you try? https://github.com/WoLpH/alfred-converter/blob/master/unit_converter.alfredworkflow

LunarRed commented 2 years ago

Yes, that new version works great. Thank you for getting a fix out so quickly!