You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Download the deb package for the desired platform from [here](https://packages.debian.org/search?searchon=contents&keywords=pyconfig.h&mode=path&suite=unstable&arch=any).
25
-
Typical plaforms include `x86_64` (`amd64`), `aarch64` (`arm64`), and `ppc64le` (`ppc64el`)
33
+
Typical plaforms include `x86_64` (`amd64`), `aarch64` (`arm64`), and `ppc64le` (`ppc64el`).
34
+
For older versions of Python, you may need to select a different suite.
26
35
2. Unpack the debian with `ar x <libpython...>.deb`
27
36
3. Unpack the contained `data.tar.xz` with `tar -xvf`
28
-
4. Copy the `./usr/include/<platform>/` directory into the `$$EXT_PATH/pythonX.Y/include/` directory here.
29
-
It should only contain a single file - `pyconfig.h`
37
+
4. Find `pyconfig.h` in the `./usr/include/<platform>/pythonX.Y/` directory and copy it into `$EXT_PATH/pythonX.Y/include/`.
30
38
31
39
32
40
### Build Python bindings
33
41
34
42
Use `build.sh` to generate the installable wheels for intended python version and target architecture.
0 commit comments