Skip to content

Commit

Permalink
Merge pull request espnet#2736 from kan-bayashi/temporary_fix_pip
Browse files Browse the repository at this point in the history
Temporary fix pip version to avoid PEP440 error
  • Loading branch information
mergify[bot] authored Dec 1, 2020
2 parents f0ff3c0 + cc3116b commit 747c46d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ ${CXX:-g++} -v
else
./setup_python.sh "$(command -v python3)" venv
fi
# Temporary fix pip version to avoid PEP440
# See: https://github.com/pypa/pip/issues/8745
. ./activate_python.sh
pip3 install pip==20.2.4
make TH_VERSION="${TH_VERSION}"

make nkf.done moses.done mwerSegmenter.done pesq pyopenjtalk.done py3mmseg.done
Expand Down

0 comments on commit 747c46d

Please sign in to comment.