simplification icon indicating copy to clipboard operation
simplification copied to clipboard

Simplification build for arm64 python docker image

Open Pitirus opened this issue 3 years ago • 4 comments

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

Pitirus avatar Jan 19 '22 16:01 Pitirus

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.

urschrei avatar Jan 19 '22 16:01 urschrei

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.

urschrei avatar Feb 15 '22 17:02 urschrei

Doesn't work for me. In the simple PyPI index link I can't see wheel for manylinux2014_aarch64

image

Pitirus avatar Apr 27 '22 16:04 Pitirus

There hasn't been any progress on an aarch64 Linux wheel. arm64 is currently only supported on macOS.

urschrei avatar Apr 27 '22 16:04 urschrei

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

Mogost avatar Oct 26 '22 13:10 Mogost