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 1 year has passed since last update.

『Docker』で『OpenCV』を扱う際に出るエラーの対処法

Last updated at Posted at 2022-01-04

【エラー内容】
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
【対処法】
『libgl1-mesa-dev』をインストール

【エラー内容】
ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
【対処法】
『libglib2.0-0』をインストール

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?