Skip to content

Commit

Permalink
Fix missing setuptools for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
ezralanglois committed Jul 12, 2024
1 parent 2a8df9e commit 3c93a70
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tools/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,16 +231,13 @@ elif [ "$PYTHON_VERSION" != "" ] && [ "$PYTHON_VERSION" != "Disable" ] && [ "$PY
python -m pip install auditwheel==1.5
fi
fi
if [[ "$OSTYPE" == "darwin"* ]]; then
pip install setuptools==43.0.0
pip install delocate
# pip install delocate=0.7.3
fi
which python
which pip
pip install delocate || true
python --version
pip install numpy
pip install wheel
pip install setuptools
echo "Check setuptools"
python -c "import setuptools"
echo "Check numpy"
Expand Down

0 comments on commit 3c93a70

Please sign in to comment.