Pin pyinstaller to a known working version for m1 (#7432)

This commit is contained in:
Chris Marslender 2021-07-12 17:06:23 -07:00 committed by GitHub
parent a59073fc38
commit 8a17252a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ echo "Install pyinstaller and build bootloaders for M1"
# Alternatively, if the m1 bootloaders are distributed with pip in the future, can just use those
git clone https://github.com/pyinstaller/pyinstaller.git
cd pyinstaller/bootloader
git checkout ab81fe39b11bc12216f86e85fb899ff13379c069
python ./waf all
pip install ..
cd ../..