Simplification build for arm64 python docker image
Is there a possibility to get a python package for arm64 python docker image? I'm working on M1 Mac and all of our services are containerized. To reproduce (on M1 Macs) you can use following commands:
docker run -it --entrypoint bash python
# then inside the container
pip install simplification
I get following output:
ERROR: Could not find a version that satisfies the requirement simplification (from versions: none)
ERROR: No matching distribution found for simplification
Last time I checked, there wasn't a suitable arm64 manylinux docker image available to build https://github.com/urschrei/rdp, which is a blocker, unfortunately.
No progress on the Docker image, but 0.5.22 has just been released, which I hope works correctly on M1: https://pypi.org/project/simplification/0.5.22
Please try it and let me know.
There hasn't been any progress on an aarch64 Linux wheel. arm64 is currently only supported on macOS.
Also interested in arm64 for linux. Looks like we may have this arch for simplification as easy as for mac. https://github.com/pypa/cibuildwheel/blob/61999a886bc05c7d09faaed78fd259f27849d259/docs/options.md with CIBW_ARCHS_LINUX arg
