-
Notifications
You must be signed in to change notification settings - Fork 38
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
dnm not working #31
Comments
I am having the same issue. Appreciate any way to fix on this. To further add.. Below terminal commands show my Python version and install location: % ls -ld /usr/local/bin/python
lrwxr-xr-x 1 root admin 48 Mar 28 12:29 /usr/local/bin/python -> /Users/mars/.pyenv/versions/2.7.18/bin/python2.7
% ls -ld /Users/mars/.pyenv/versions/2.7.18/bin/python2.7
-rwxr-xr-x 1 mars staff 2112256 May 7 11:56 /Users/mars/.pyenv/versions/2.7.18/bin/python2.7
% python -V
Python 2.7.18
% which python
/usr/local/bin/python My other workflows that are Python dependent seem to work fine. |
The workflow explicitly depends on |
Thank you for this suggestion. After modifying path to |
macOS Monterey or later, You can probably replace it with python3 and it will work. |
Just like this:
The debug:
The text was updated successfully, but these errors were encountered: