Skip to content

Commit 39ae59d

Browse files
committed
Force virtualenv version
Force the virtualenv version to be 20.11 or less. The 20.12 version is failing for python 2 right now.
1 parent cdea582 commit 39ae59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-setup/install_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python3 -m pip install --user --upgrade pip setuptools wheel
1515

1616
# virtualenv is a bit nicer for setting up virtual environment, since it will provide up-to-date versions of
1717
# pip/setuptools/wheel which basic `python3 -m venv venv` won't
18-
python3 -m pip install --user virtualenv
18+
python3 -m pip install --user 'virtualenv<20.11'
1919

2020
# We install poetry with pip instead of the recommended way, since the recommended way
2121
# caused some problem since `poetry run` gives output like:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy