Skip to content

Commit dd6747f

Browse files
committed
Install devchat without binary dependencies.
1 parent bcf5986 commit dd6747f

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)