Skip to content

Commit ed12c0c

Browse files
authored
Merge pull request #145 from devchat-ai/no_binary_install
Install devchat without binary dependencies.
2 parents bcf5986 + dd6747f commit ed12c0c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

no_binary_install.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
set -e
2+
3+
pip install --no-binary :all: "pydantic<2"
4+
pip install charset-normalizer --no-binary :all:
5+
pip install git+https://github.com/yangbobo2021/tiktoken.git
6+
pip install .
7+
python -c "import site; print(site.getsitepackages())"

0 commit comments

Comments
 (0)