Skip to content
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

Can Not Create New Workflow #6

Open
Cybesjie opened this issue Apr 6, 2022 · 3 comments
Open

Can Not Create New Workflow #6

Cybesjie opened this issue Apr 6, 2022 · 3 comments

Comments

@Cybesjie
Copy link

Cybesjie commented Apr 6, 2022

I used the tweaked version of i-sheet-you-not downloaded from here to make it work on MacOS 12.3. Everything works fine except for creating new workflows. I get the following error:

ERROR: I Sheet You Not[Run Script] Building workflow "test wf" in /Users/xin/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/net.deanishe.alfred-i-sheet-you-not.c377cb825e93476a927dd646a46b24c5 ...
env: python: No such file or directory

The directory does exists in Finder, but the error raises anyway.

Could someone help me fix this?

@brianseidman
Copy link

Even as the Python directory exists in Finder, check what the computer is looking at via Terminal. Try the command ls -l /usr/bin/python* and see what comes back. For me, it's /usr/bin/python3 (because I've gone ahead and installed Python 3).

Then, open the Alfred workflow itself in Finder and open the executable file isyn in a text/code editor. Make sure that on the first line (which originally read #!/usr/bin/python) that this matches what you found in Terminal. In my case, I had to change that line to #!/usr/bin/python3 and now ISYN works.

Hope that helps!

@Cybesjie
Copy link
Author

@brianseidman I tried your solution in various of ways. Still it doesn't work. The problem is too complicated for me to solve. Anyway, I learnt something from your post. Thank you!

@giovannicoppola
Copy link

@Cybesjie you can try this Python 3 fork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants