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

app bundle for MacOS tries to use global python installation instead of bundled framework #52

Open
kjuh78 opened this issue Dec 3, 2022 · 0 comments

Comments

@kjuh78
Copy link

kjuh78 commented Dec 3, 2022

The current nightly for MacOS (dmg file) won't start unless python 3.10 is installed globally, although python 3.10 is included in the app bundle.

% /Applications/SmuView.app/Contents/MacOS/smuview -l 5
dyld[8666]: Library not loaded: '/usr/local/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/Python'
  Referenced from: '/Applications/SmuView.app/Contents/MacOS/smuview.real'
  Reason: tried: '/usr/local/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/3.10/Python' (no such file), '/System/Library/Frameworks/Python.framework/Versions/3.10/Python' (no such file)
zsh: abort      /Applications/SmuView.app/Contents/MacOS/smuview -l 5
@kjuh78 kjuh78 changed the title app bundle for MacOS tries to use global python installation instead of the bundled framework app bundle for MacOS tries to use global python installation instead of bundled framework Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants