Windows10 Python v3.5.2 Pyinstaller v3.2
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.
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