-
Notifications
You must be signed in to change notification settings - Fork 33
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
alfred-pass not working in macOS Monterey 12.3 onwards #29
Comments
Hi, Make sure that you have python3 installed as MacOS 12.3 removed python. (I've installed python3 with brew) Then replace
(my path for filter script is And in workflow edit
to
Hope this helps |
@btaczala thanks a lot. Maybe you can make a PR with that? |
PR here: #30 |
As a heads up, I just updated to Mac OS 12.4 from 11.6 and the above worked, but. my Python was found in |
@chipsenkbeil Added a change to #30 to accommodate for that. |
Applied the change in bfdfaf4 |
After upgrading to mac os 14.0 sonoma my pass workflow stopped working. with python3 installed via brew the binary was found in /opt/homebrew/bin/python3 I replaced the binary location within the alfred script node and then all was good. |
Hello, thanks for contributing to fixing this. Would someone want to take over the project? I currently don't own a Mac and don't plan to, but it seems this plugin is useful for people. |
Sure, I can take it on. I use it across a series of M1 Macs at this point, both personal and work. |
@chipsenkbeil @CGenie Same here, I use pass across my setup, I will be happy to help. |
@chipsenkbeil @emicha I invited you as collaborators, is this enough? |
I accepted it. I can check this weekend to see if some fixes or PRs can be merged in with this access. Maybe @emicha can get to it before I can. |
As of macOS Monterey 12.3, python2 (i.e. the binary
/usr/bin/python
) has been removed from new macOS installations causing the Alfred integration not to work anymore.Any idea how best to proceed to circumvent that? Migrate the code to python3?
The text was updated successfully, but these errors were encountered: