Skip to content

Instantly share code, notes, and snippets.

@oishimilk
Created July 9, 2021 07:36
Show Gist options
  • Save oishimilk/133d3d0b8f02d568c1e78bf160cd6030 to your computer and use it in GitHub Desktop.
Save oishimilk/133d3d0b8f02d568c1e78bf160cd6030 to your computer and use it in GitHub Desktop.
Qt と OpenCV が干渉する
OpenCV が新しいと発生する模様
Could not load the Qt platform plugin "xcb" in 〜
※このエラーは DISPLAY 変数がおかしいときも出る模様
OpenCV 内蔵版のプラグインを読もうとして落ちる?
黙って古いバージョンを入れると直ります。
$ pip install opencv-python\<4.2
なら多分セーフです。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment