Skip to content

Commit

Permalink
try to pin pyinstaller version
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakf committed Feb 8, 2024
1 parent 268a993 commit 1d7f7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/package
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ cd bin
echo "Building for ${TARGET_ENVIRONMENT}..."

# Make sure the correct version of pyinstaller and setuptools are installed
pip install -U PyInstaller
pip install -U "PyInstaller==5.13.2"

# Ran into ModuleNotFoundError: No module named 'pkg_resources.py2_warn' with higher versions of setuptools
pip install --upgrade setuptools
Expand Down

0 comments on commit 1d7f7a2

Please sign in to comment.