-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
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.