Skip to content

Catboost installation on Linux aarch64 using conda #1981

@VitalyPetrov

Description

@VitalyPetrov

Hi there!

I`m trying to install catboost on docker container launched on my local machine (Macbook Pro 13 M1). However I cannot find the required build for linux aarch:

~ > docker run -it condaforge/miniforge3 /bin/bash
(base) > uname -a
Linux 185767632d44 5.10.47-linuxkit #1 SMP PREEMPT Sat Jul 3 21:50:16 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux
(base) > conda install -c conda-forge catboost
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  - catboost

Current channels:

  - https://conda.anaconda.org/conda-forge/linux-aarch64
  - https://conda.anaconda.org/conda-forge/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

Can you please clarify -- it it a normal behavior (there is no build for linux aarch yet) or there is something wrong on my attempt?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions