Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 347ce5c

Browse files
Randall Huntbrianjo
andauthored
set locale in buildscript to avoid spacy errors in python 3.6 (#1344)
Co-authored-by: Brian Johnson <[email protected]>
1 parent a42fb20 commit 347ce5c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.jenkins/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ else
66
export BUCKET_NAME=pytorch-tutorial-build-pull-request
77
fi
88

9+
# set locale for click dependency in spacy
10+
export LC_ALL=C.UTF-8
11+
export LANG=C.UTF-8
12+
913
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
1014

1115
sudo apt-get update

0 commit comments

Comments
 (0)