[PyInstaller] Problem to install pyinstaller 4,1

2021-03-06 Thread Mélissa Ch .
Hi i have a lot of problem to install PyInstaller. when i pass by pip install pyinstaller, it begin with 4,2 and error appears, after thy try other version to finish whit 3.3.1. i need version 4.1 minimal to install and use auto-py-to-exe. i have try to uninstall pyinstaller and re-install

[PyInstaller] Re: Making app package smaller

2021-03-06 Thread 'Pax Williams' via PyInstaller
Have you tried using UPX? https://pyinstaller.readthedocs.io/en/stable/usage.html#using-upx On Tuesday, December 29, 2020 at 12:56:09 AM UTC-8 elliott...@gmail.com wrote: > Even for a very simple python code, PyInstaller adds a lot of extra files. > Is there a recommended way to remove some

[PyInstaller] Error -3 from inflate: unknown compression method

2021-03-06 Thread 'Pax Williams' via PyInstaller
I'm trying to package a CLI app as a Linux standalone executable using PyInstaller. I don't have a Linux OS so I used Vagrant to package it; used the CentOS 7 box since the server where the executable will run is also CentOS 7. I was able to create a standalone executable and it ran