deepmodeling / deepmodeling/deepmd-kit
Does conda install of deepmd support Platform: linux-aarch64?
- Dominant language
- Python
- Stars
- 2k
- Forks
- 649
- Avg merge
- 6d 18h
- Merged PRs (30d)
- 15
Description
### Summary
no
### DeePMD-kit Version
x
### Backend and its version
x
### Python Version, CUDA Version, GCC Version, LAMMPS Version, etc
_No response_
### Details
I tried to install deepmd-kit using conda
`conda create -n deepmd deepmd-kit lammps horovod -c conda-forge`
And the message is
```stdout
Channels:
- conda-forge
- defaults
Platform: linux-aarch64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- lammps
- horovod
- deepmd-kit
Current channels:
- https://conda.anaconda.org/conda-forge
- defaults
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.
```
I found there is only `linux-64` not linux-aarch64. I am not sure if the error is caused by the platform. if so, could we add support on `linux-aarch64`

Contributor guide
Assessment
This issue has not been assessed yet.