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
> [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?
The text was updated successfully, but these errors were encountered:
Have run
make wheels
which generated the 3 wheels:But all fail with:
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?
The text was updated successfully, but these errors were encountered: