diff --git a/bin/package b/bin/package index ef531d44..e75d05ea 100755 --- a/bin/package +++ b/bin/package @@ -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