PyThaiNLP / PyThaiNLP/pythainlp

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

Open
#948 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

dependencies infrastructure
Dominant language
Python
Stars
1.2k
Forks
304
Avg merge
2d 14h
Merged PRs (30d)
14

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Find the repository's existing dependency-installation or setup documentation and check where PyTorch and PyICU installation notes belong. Review the listed wheel sources, macOS commands, and GitHub Actions shell warning for accuracy and consistency. Done means the relevant guidance is incorporated in a clear, maintainable location.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.