Skip to content

Commit 72ce31c

Browse files
committed
Handle error in poetry 1.0.10
1 parent 3040882 commit 72ce31c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python-setup/install_tools.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ sudo apt-get install -y python3-venv
2828
# "program uses threads.", RuntimeWarning)
2929
# LGTM_PYTHON_SETUP_VERSION=The currently activated Python version 2.7.18 is not supported by the project (^3.5). Trying to find and use a compatible version. Using python3 (3.8.2) 3
3030

31-
python3 -m pip install --user poetry pipenv
31+
# poetry 1.0.10 has error (https://github.com/python-poetry/poetry/issues/2711)
32+
python3 -m pip install --user poetry!=1.0.10
33+
python3 -m pip install --user pipenv

0 commit comments

Comments
 (0)