■環境
Windows10
Python v3.5.2
Pyinstaller v3.2
■問題
Pyinstaller で opencv(cv2) を使った画像の閾値処理を行うプログラムをビルドするとエラーでまくり。
.exe ファイルは生成されるがエラーで実行できない。
■対処方法
原因は定かではないがここに書かれていた方法でビルド&実行に成功。
https://github.com/pyinstaller/pyinstaller/issues/2086
Go to list of users who liked
More than 5 years have passed since last update.
Windows10
Python v3.5.2
Pyinstaller v3.2
Pyinstaller で opencv(cv2) を使った画像の閾値処理を行うプログラムをビルドするとエラーでまくり。
.exe ファイルは生成されるがエラーで実行できない。
原因は定かではないがここに書かれていた方法でビルド&実行に成功。
https://github.com/pyinstaller/pyinstaller/issues/2086
Register as a new user and use Qiita more conveniently
Go to list of users who liked