-
Notifications
You must be signed in to change notification settings - Fork 16
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
Not working on MacOS 12.3 anymore #12
Comments
I managed to make it work by installing Python2. These are the steps I took, but if you don't feel comfortable overwriting the default python command path, then you probably shouldn't proceed with this:
|
Thanks for your @gaborszakacs. export PATH="/opt/homebrew/bin:/usr/local/bin:${PATH}"
eval "$(brew shellenv)"
brew install pyenv
pyenv install 2.7.18
ln -s "${HOME}/.pyenv/versions/2.7.18/bin/python2.7" "${HOMEBREW_PREFIX}/bin/python" For further clarification of your last step, which is essential
Go to |
I'm having the following Problem. Any ideas? |
I just rewrote the workflow in rust. You can find the project right here. It should offer the same functionality as the Python based workflow extended by the possibility to use an access token for authentication. |
Python3 compatibility relates to following upstream alfred-workflow#97 issue used in I've made a quick draft pr for the rest of the changes that need to happen once there is a viable python3 alternative for |
For those who would like to contribute, this upstream pr seems promising: |
Hi all, thanks for your efforts to fix this. I've just rewritten Confluence Quicksearch for Alfred to work with Python 3 (and hence macOS 12.3). The new version also requires Alfred 5, because the new version uses Alfreds' new workflow configuration. Read more: #16 |
The Workflow is not working on MacOS 12.3 anymore due to deprecation of Python 2.
The text was updated successfully, but these errors were encountered: