youngpm / gdalmanylinux

manylinux wheels for gdal python bindings with vendorized dependencies
MIT License
28 stars 17 forks source link

Which platforms supported ? #6

Open markmnl opened 2 years ago

markmnl commented 2 years ago

Have run make wheels which generated the 3 wheels:

~/gdalmanylinux/wheels$ ls -lt
total 61788
-rw-r--r-- 1 root root 21153315 Apr 27 02:58 GDAL-2.4.4-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
-rw-r--r-- 1 root root 21057428 Apr 27 02:58 GDAL-2.4.4-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl
-rw-r--r-- 1 root root 21057453 Apr 27 02:57 GDAL-2.4.4-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl

But all fail with:

 > [5/7] RUN pip install GDAL-2.4.4-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl:
#9 2.398 ERROR: GDAL-2.4.4-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl is not a supported wheel on this platform.

When run in docker container: python:3 (currently python3.10)

Is there any way I can use this to build wheels for the official python 3 docker image? If not what are the supported platforms?