0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Pyinstaller でエラー

Posted at

■環境

Windows10
Python v3.5.2
Pyinstaller v3.2

■問題

Pyinstaller で opencv(cv2) を使った画像の閾値処理を行うプログラムをビルドするとエラーでまくり。
.exe ファイルは生成されるがエラーで実行できない。

■対処方法

原因は定かではないがここに書かれていた方法でビルド&実行に成功。
https://github.com/pyinstaller/pyinstaller/issues/2086

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?