Skip to content

macOS 3.9 and 3.10 debug builds cannot find platform independent libraries #557

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

Open
tonybaloney opened this issue Mar 12, 2025 · 0 comments

Comments

@tonybaloney
Copy link

tonybaloney commented Mar 12, 2025

I'm downloading the builds to leverage libpython directly as an embedded Python engine.

On the debug build for macOS/Darwin Python 3.10 and 3.9 https://github.com/astral-sh/python-build-standalone/releases/download/20250205/cpython-3.10.16+20250205-aarch64-apple-darwin-debug-full.tar.zst

macOS 14.7.2 23H420
Runner Image
Image: macos-14-arm64

I then get this issue:

Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]

The builds 3.11+ work fine and the release (pgo+lto) builds work fine.

@tonybaloney tonybaloney changed the title macOS 3.9 and 3.10 debug builds broken? macOS 3.9 and 3.10 debug builds cannot find platform independent libraries Mar 12, 2025
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

1 participant