Memo: 如何在 Anaconda 環境下安裝 opencv package.

洪懷哲
Edward Hong 技術筆記
1 min readAug 26, 2020

The tutorial in opencv website only describes how to install opencv package for the base env by apt-get but doesn’t mention how to install in anaconda env.

Thanks for other article from other developer, I can easily install and use it.

Actually we can just specify the channel where opencv-python

conda install — channel https://conda.anaconda.org/menpo opencv3

Reference:

--

--