0
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.

画像認識をするために OpenCV をインストールしたときの記録

Last updated at Posted at 2021-06-08

出発地

Python実践データ分析100本ノック

の「第9章 潜在顧客を把握するための画像認識10本ノック」で用いられているライブラリ
cv2
のインストールで迷ったので記録しておきます。
環境によって対処方法が異なると思いますが、私の場合はこうでした。

環境

OS: windows 10.0
python: 3.7.3
Anaconda: conda 4.10.1

実施日

2021/06/08

利用ツール

Anaconda Prompt
image.png

実施コマンド

pip install opencv-python

到着地

opencv-python: 4.5.2.54

conda list
# packages in environment at C:\ProgramData\Anaconda3:
#
# Name                    Version                   Build  Channel
(中略)
opencv-python             4.5.2.54                 pypi_0    pypi
(後略)

image.png

0
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
0
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?