-
Notifications
You must be signed in to change notification settings - Fork 2
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
Python3 Support #3
Comments
Thanks for the info! I don't really plan to maintain this repo much as I no longer use the workflow and instead just use custom "web searches" now. However, if you open a PR I'd be happy to review/merge it in case there's others who use or find this workflow. |
Makes sense! If I have time I'll create a proper PR. In the meantime, if anyone else is using this workflow and wants to upgrade, they can follow the steps outlined above 👍🏻 |
That sounds great, thanks for your help! 🙂 |
With MacOS 12.3, Apple has dropped support for Python 2.
This workflow relies on a library called alfred-workflow from @deanishe. That library breaks under Python 3, breaking the workflow. I've found 2 workarounds:
There's no public library that supports this yet, however I found this comment and was able to use the
workflow
folder to power alfred-etherscan-search. Once @xilopaint publishes a Python 3 supported version of alfred-workflow, we could switch to that.I am happy to raise a PR with these changes, but if you don't want to continue maintaining the repo I will just share my changes for anyone else who is looking for a solution:
workflow
folder.workflow.zip
The text was updated successfully, but these errors were encountered: