adaptyvbio / ProteinFlow

Versatile computational pipeline for processing protein structure data for deep learning applications.
https://adaptyvbio.github.io/ProteinFlow/
BSD 3-Clause "New" or "Revised" License
176 stars 8 forks source link

Add conda build for ARM based Mac #54

Closed stochasticribosome closed 1 year ago

stochasticribosome commented 1 year ago

Currently, while installing on a M1 Mac, the package is not found since the build is not currently available (osx-arm64)

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

  - proteinflow

Current channels:

  - https://conda.anaconda.org/conda-forge/osx-arm64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://conda.anaconda.org/bioconda/osx-arm64
  - https://conda.anaconda.org/bioconda/noarch
  - https://conda.anaconda.org/adaptyvbio/osx-arm64
  - https://conda.anaconda.org/adaptyvbio/noarch
  - https://repo.anaconda.com/pkgs/main/osx-arm64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/osx-arm64
  - https://repo.anaconda.com/pkgs/r/noarch
elkoz commented 1 year ago

added in #72 but it doesn't include mmseqs because they don't have an osx-arm64 build on conda (so if someone tries to use it for splitting they'll get an error message that says they need to install mmseqs, as in the pypi distribution)