[PYTHON] Error in Pyinstaller

■ Environment

Windows10 Python v3.5.2 Pyinstaller v3.2

■ Problem

When I build a program that performs image threshold processing using opencv (cv2) with Pyinstaller, it rolls up with an error. An .exe file is generated but cannot be executed with an error.

■ How to deal with

The cause is not clear, but it succeeded in building and executing by the method described here. https://github.com/pyinstaller/pyinstaller/issues/2086

Recommended Posts

Error in Pyinstaller
Error in TensorBoard
Error handling in PythonBox
zipimporter error in pyramid
Multiprocessing error in Jupyter Notebook
Slice error in python (´ ; ω ; `)
Solver Problem Error in poetry
[Error handling] peewee.IntegrityError 1451 occurs in peewee
An error occurred in scikit-learn imputer
Fix setuptools missing error in anaconda
How to suppress display error in matplotlib
The story of an error in PyOCR
In pip install clang: error: unknown argument:'-mno-fused-madd'
Error recording
Resolve the Address already in use error
I'm saving in UTF-8 but Syntax Error
Dictionary key error → Resolve with key in dicionary
Solution for run-time error in OpenVINO IEPlugin.load ()
Homebrew error
Import Error in Python3: No module named'xxxxx'
When I get a chromedriver error in Selenium
AttributeError: module'urllib' has no attribute'request' error in urllib.request
Resolve Japanese write error UnicodeEncodeError in Python files
[Django] Error when SlugField is specified in .filter ()
DISPLAY error in wxPython (and traitsui) on vscode
Display error message when login fails in Django
GUI (WxPython) executable file (pyInstaller) [Windows] in Python3
Could not import C error in GO environment
To write to Error Repoting in Python on GAE
Use a custom error page in python / tornado
Error when trying to install psycopg2 in Python
[python] ERROR: Python headers are missing in /usr/include/python3.X m.
Error running Jupyter Notebook in Anaconda virtual environment
Date of Address already in use error in Flask
Error in Flask OSError: [Errno 98] Address already in use
A story that an error occurred when PyInstaller was used in a program that uses googleapiclient