Skip to content

Release linux arm64 wheels to pypi #2091

@tboddyspargo

Description

@tboddyspargo

Problem: ERROR: No matching distribution found for catboost
catboost version: 1.0.5
Operating System: Debian/Ubuntu Linux
CPU: Aarch64 (arm64 - Apple Silicon)
GPU: Apple M1 Max

Request

I'd like to request wheel files for popular linux OS and Aarch64/arm64 platforms. The use case is containerized applications running on host machines with those CPU architectures. Currently, containers running on such hosts must specify an alternative linux/amd64 platform and rely on qemu emulation which negatively impacts performance of all components running within the container.

#1981 seems related, but since the author was only asking a clarification question, I wanted to open this issue as a more formal request to release packages supporting linux/arm64

Steps to Reproduce

On an aarch64/arm64 system with a recent version of docker

docker run python:3.8-slim pip install catboost==1.0.5

NOTE: If you are not running on an aarch64/arm64 platform, you may be able to add a --platform=linux/arm64 to the above command to see the error documented above.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions