pip==21.3.1 for now (#10035)

* pip==21.3.1 for now

* More pip pinning

* Pip

* Pip
This commit is contained in:
Kyle Altendorf 2022-01-30 16:05:34 -05:00 committed by GitHub
parent 34edf6e35e
commit fedae0cc97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -43,7 +43,8 @@ Write-Output "Python version is:" $pythonVersion
py -m venv venv
venv\scripts\python -m pip install --upgrade pip setuptools wheel
# TODO: unpin pip after fixing support for 22.0 with our pypi.chia.net
venv\scripts\python -m pip install --upgrade pip==21.3.1 setuptools wheel
venv\scripts\pip install --extra-index-url https://pypi.chia.net/simple/ miniupnpc==2.2.2
venv\scripts\pip install --editable . --extra-index-url https://pypi.chia.net/simple/

View File

@ -27,7 +27,8 @@ Write-Output "Create venv - python3.9 is required in PATH"
Write-Output " ---"
python -m venv venv
. .\venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
# TODO: unpin pip after fixing support for 22.0 with our pypi.chia.net
python -m pip install --upgrade pip==21.3.1
pip install wheel pep517
pip install pywin32
pip install pyinstaller==4.5

View File

@ -170,7 +170,8 @@ fi
# shellcheck disable=SC1091
. ./activate
# pip 20.x+ supports Linux binary wheels
python -m pip install --upgrade pip
# TODO: unpin pip after fixing support for 22.0 with our pypi.chia.net
python -m pip install --upgrade pip==21.3.1
python -m pip install wheel
#if [ "$INSTALL_PYTHON_VERSION" = "3.8" ]; then
# This remains in case there is a diversion of binary wheels