-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
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?
proinsias, tboddyspargo and rs-garrick