Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bact opened this issue Oct 30, 2024 · 0 comments
Open
Labels
dependencies Pull requests that update a dependency file infrastructure build process, configuration, GitHub Actions

Comments

@bact
Copy link
Member

bact commented Oct 30, 2024

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

@bact bact added the infrastructure build process, configuration, GitHub Actions label Oct 30, 2024
@bact bact changed the title PyTorch wheels Alternative ways to install dependencies (prebuilt wheels, etc.) Oct 30, 2024
@bact bact added the dependencies Pull requests that update a dependency file label Oct 30, 2024
@bact bact changed the title Alternative ways to install dependencies (prebuilt wheels, etc.) Notes: Alternative ways to install dependencies (prebuilt wheels, etc.) Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file infrastructure build process, configuration, GitHub Actions
Projects
None yet
Development

No branches or pull requests

1 participant