-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 2.7 removed from macOS 12.3 = broken workflow #50
Comments
Will you rewrite this workflow
|
Yes, I have a basic version of the workflow using javascript in progress at the moment. Aiming to release it for evaluation next week |
Temporary workaround 👉 https://www.alfredapp.com/help/kb/python-2-monterey/ |
Last 10 log lines: |
@Doslin Not sure the installation of Python2 has worked correctly for you? The workaround from Alfred is working fine for me. |
|
Can't find the python ln -s "~/.pyenv/versions/2.7.18/bin/python2.7" "/usr/bin/python" ln: /usr/bin/python: Read-only file system
|
Dear rhydlewis, Unfortunately, the
did not work for me. Homebrew installed everything correctly, but I cannot launch the shortcuts using Alfred. Do you have any tips on how to troubleshoot this? No idea where to start. Alternative would be to directly use the new javascript version. Do you know when you will release this update? I use your workflow many times per day and dearly miss this great functionality. Thanks for letting me know. Best regards |
https://github.com/alfredapp/updated-third-party-python2-workflows Updated Third-Party Python 2 WorkflowsWith macOS Monterey 12.3, Apple removed the bundled Python 2 interpreter. That means older Workflows dependent on Python 2 will no longer work without modification. That’s what this repository is for. It contains existing third-party Python 2 Workflows tweaked so you can keep using them until they are updated by their developers or you switch to an alternative. If a Workflow you use isn’t present, request it here or on the forum. Before installing any of these, you must follow the knowledge base article to install Python 2 to a location recognised by Alfred.
|
Replacement workflow but still WIP 👉 https://github.com/rhydlewis/alfred-search-omnifocus |
Dear Doslin, Finally I got it to work again. Thanks so much. I previously missed the link to the updated script. Best regards |
The text was updated successfully, but these errors were encountered: