Top "Pyinstaller" questions

PyInstaller is a multi-platform tool designed to convert Python (.py) files into stand-alone executable files on Windows, Linux, macOS, Solaris, and AIX.

Installing pyinstaller via pip leads to "failed to create process"

Does anyone know why pyinstaller immediately fails after installed via pip via anaconda 32bit? I installed pyinstaller via pip install …

windows python-2.7 pip anaconda pyinstaller
An error for generating an exe file using pyinstaller - typeerror: expected str, bytes or os.PathLike object, not NoneType

I am trying to build an .exe file from .py file using pysinstaller and Python 3.7.2. It worked with Python 3.6; then …

python python-3.x pyinstaller
Add image to .spec file in Pyinstaller

Does anybody know how to modify the .spec file created with the Makespec.py of Pyinstaller such that it includes …

python icons temp pyinstaller
pyinstaller No module named pyinstaller

I have 2 python versions installed under my mac osx sierra: python 3.5 python 2.7 I installed pyinstaller under python3.5 with this command: …

python macos pyinstaller macos-sierra
Pyinstaller: generate -exe file + folder (in --onefile mode)

Now i'm working with Pyinstaller. I have an script which get images from a img folder.. /python |----/img |----|…

python user-interface exe pyinstaller packaging
How do I use UPX with pyinstaller?

How do I use UPX with pyinstaller? I am following the docs. I have downloaded UPX. My file looks like: …

python python-3.x selenium compression pyinstaller
Error when using pyinstaller: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff

I have an issue when i compile a PyQt code with pyinstaller. I use this line to compile: c:\Anaconda3\…

python pyqt5 pyinstaller
How can I create the minimum size executable with pyinstaller?

I am on Windows 10, I have anaconda installed but I want to create an executable independently in a new, clean …

python pandas anaconda virtualenv pyinstaller
Errno 22:invalid mode('rb') or filename:' ' while running a spec file while using pyinstaller

This is my spec file # -*- mode: python -*- a = Analysis(['final_code.py'], pathex=['C:\\Python27\\PyInstaller-2.1\\…

python pyinstaller ioerror
Pyinstaller numpy "Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll"

I'm new with python apps. I'm trying to build my python GUI app with pyinstaller. My app depends on the …

python numpy dll pyinstaller intel-mkl