Skip to content

Notes: Alternative ways to install dependencies (prebuilt wheels, etc.) #948

@bact

Description

@bact

Just a note on alternative ways to install dependencies.

PyTorch

PyICU

  • pyicu wheels https://github.com/cgohlke/pyicu-build/releases/
  • macOS:
    brew install icu4c
    PKG_CONFIG_PATH=$(brew --prefix)/opt/icu4c/lib/pkgconfig
    echo "PKG_CONFIG_PATH=${PKG_CONFIG_PATH}" >> "${GITHUB_ENV}"
    ICU_VER=$(pkg-config --modversion icu-i18n)
    echo "ICU_VER=${ICU_VER}"
    echo "ICU_VER=${ICU_VER}" >> "${GITHUB_ENV}"

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency fileinfrastructurebuild process, configuration, GitHub Actions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions