Skip to content

Commit

Permalink
Update package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Dec 17, 2023
1 parent 46f0fa6 commit 6f7c81c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,22 @@ ls

echo ""
echo "package.sh: PIP OPTIONS BEFORE:"
python3 -m pip debug --verbose
python3 -m ensurepip --upgrade
python3.11 -m ensurepip --upgrade
#python3.11 -m pip debug --verbose
echo ""

#echo "UPGRADING PIP"
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade setuptools wheel

#python3.11 -m pip install --upgrade pip
#python3.11 -m pip install --upgrade setuptools wheel

apt install python3.11-distutils
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11
python3.11 -m pip install --upgrade setuptools wheel

#echo ""
#echo "PIP OPTIONS AFTER:"
#python3.11 -m pip debug --verbose
Expand All @@ -232,8 +241,6 @@ python3 -m pip install --upgrade setuptools wheel

echo
echo "PACKAGE.SH HALFWAY THERE FOR PYTHON LIBS"



#home_assistant_chip_clusters-2023.1.0-py3-none-any.whl \
#home_assistant_chip_core-2023.1.0-cp37-abi3-manylinux_2_31_aarch64.whl \
Expand Down

0 comments on commit 6f7c81c

Please sign in to comment.