astral-sh / astral-sh/python-build-standalone
How to properly configure standalone build
Open
compatibility
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 314
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 27
Description
Hey,
building python standalone works just fine on macOS. I can't find a proper way to configure the distribution, however.
So when starting the interpreter `sysconfig.get_config_var('LIBDIR')` prints `/install/lib` - which breaks with lots of tools that rely on a proper sysconfig (e.g. pybind11). The distribution contains the `makesetup` but not the makefile template, for example.
Clearly, I must be missing something :-)
Thanks a lot for your help
Contributor guide
Assessment
This issue has not been assessed yet.