Toblerity / Fiona

Fiona reads and writes geographic data files

Home Page:https://fiona.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No ARM wheel for linux

rsmith013 opened this issue · comments

Expected behavior and actual behavior.

There are wheels on pypi for linux x86 and amd64 and arm packages for macOS. But there are no builds for linux and ARM.
This makes docker installations difficult.

Steps to reproduce the problem.

docker run -it python:3.9 bash
apt update && apt install -y gdal-bin
pip install fiona

This will fail to find a wheel and try building from source. This also fails.

Operating system

Mac OS X 13.2.1
But the issue is with Linux and ARM

Fiona and GDAL version and provenance

GDAL 3.2.2 (apt install gdal-bin)
Fiona 1.9.3 (pip install fiona==1.9.3)