-
Notifications
You must be signed in to change notification settings - Fork 75
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
linker-wrapper.sh
fails on macOS 12.3 since bare python
is not found
#88
Comments
Mmm, interesting. This is configurable with @khongi can you tell me if |
linker-wrapper.sh
fails on macOS 12.3 since bare python
is not found
Yes python3 would work, currenty I use it as workaround. |
Any update on this? I fixed this by reinstalling Python 2.7.18, but co-workers have run into this issue as well |
No update, but it should be straightforward to address. I think the most sensible thing is to invoke Patches wanted! |
Further to this: now the test suite runs on macOS, Windows, and Linux in CI, so it'll be easier to address this and be confident that it's working cross-platform. |
I added |
run this in terminal to resolve this issue. It will point python -> python3. |
After updating the macOS to 12.3, linker-wrapper.sh does not find the python command since python 2.7 is no longer bundled with the OS.
The text was updated successfully, but these errors were encountered: