3
1

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 3 years have passed since last update.

【pip3】pip3 install opencv-pythonが永遠と終わらない問題

Posted at

背景

よっしゃpip3でopencv install してやるぞと思ったら、一向に終わる気配なし まただよ。python嫌いになりそう

環境

ubunutu18 python3.6 pip3

手順

1 とりあえず普通にinstallしてみる
pip3 install opencv-python

2 永遠と終わらない場合はpip3をupdateしてみる

pip3 install -U pip

3 scikit-imageが必要らしい

pip3 install scikit-image

4 もう一度installしてみる

pip3 install opencv-python
3
1
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
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?