wayneyaoo / alfred-cheat

Manage your self-defined cheat sheets & knowledge base in Alfred
MIT License
138 stars 11 forks source link

Workflow broken on Monterey 12.3 #26

Closed AntZoo closed 2 years ago

AntZoo commented 2 years ago

Apple removed Python 2 support in Monterey 12.3, and the workflow is no longer functional. A rewrite into Python 3 is needed.

wayneyaoo commented 2 years ago

See issue #25

It's not that I don't want to. The base library don't want to support py3.

AntZoo commented 2 years ago

Oh shit. Sorry, didn't realize it was there!

wayneyaoo commented 2 years ago

lol no worries. Can you resolve by installing a python2? Or sending request to the base library to support py3 is the best shot. Until then I'm afraid there's not much I can do.

AntZoo commented 2 years ago

Yeah, I think I'll do both. :D

JunweiZheng93 commented 2 years ago

Can you check this out? It seems that someone has forked the base library and made it compatible to python3.

wayneyaoo commented 2 years ago

@JunweiZheng93 Thanks I'm aware of it but as the author said that is not official solution. I'll still have to wait for the official upgrade, or until the original author no longer maintains the project I'll switch to the forked version.