Skip to content

Instantly share code, notes, and snippets.

@melvincabatuan
Last active March 4, 2020 23:25
Show Gist options
  • Save melvincabatuan/dbd778e1cc276c38836c31ead4809856 to your computer and use it in GitHub Desktop.
Save melvincabatuan/dbd778e1cc276c38836c31ead4809856 to your computer and use it in GitHub Desktop.
conda install -c conda-forge opencv
(latest) C:\WINDOWS\system32>conda install -c conda-forge opencv
Collecting package metadata (current_repodata.json): done
Solving environment: done
## Package Plan ##
environment location: C:\Program Files\Anaconda3\envs\latest
added / updated specs:
- opencv
The following packages will be downloaded:
package | build
---------------------------|-----------------
certifi-2019.11.28 | py37_0 148 KB conda-forge
icu-64.2 | he025d50_1 14.1 MB conda-forge
libblas-3.8.0 | 15_mkl 3.5 MB conda-forge
libcblas-3.8.0 | 15_mkl 3.5 MB conda-forge
libclang-9.0.1 |default_hf44288c_0 20.8 MB conda-forge
liblapack-3.8.0 | 15_mkl 3.5 MB conda-forge
liblapacke-3.8.0 | 15_mkl 3.5 MB conda-forge
libopencv-4.2.0 | py37_2 45.0 MB conda-forge
libwebp-1.0.2 | hfa6e2cd_5 356 KB conda-forge
matplotlib-3.2.0 | 1 6 KB conda-forge
matplotlib-base-3.2.0 | py37h2981e6d_1 7.1 MB conda-forge
opencv-4.2.0 | py37_2 19 KB conda-forge
py-opencv-4.2.0 | py37h5ca1d4c_2 21 KB conda-forge
pyqt-5.12.3 | py37h6538335_1 4.7 MB conda-forge
qt-5.12.5 | h7ef1ec2_0 104.4 MB conda-forge
------------------------------------------------------------
Total: 210.8 MB
The following NEW packages will be INSTALLED:
libblas conda-forge/win-64::libblas-3.8.0-15_mkl
libcblas conda-forge/win-64::libcblas-3.8.0-15_mkl
libclang conda-forge/win-64::libclang-9.0.1-default_hf44288c_0
liblapack conda-forge/win-64::liblapack-3.8.0-15_mkl
liblapacke conda-forge/win-64::liblapacke-3.8.0-15_mkl
libopencv conda-forge/win-64::libopencv-4.2.0-py37_2
libwebp conda-forge/win-64::libwebp-1.0.2-hfa6e2cd_5
matplotlib-base conda-forge/win-64::matplotlib-base-3.2.0-py37h2981e6d_1
opencv conda-forge/win-64::opencv-4.2.0-py37_2
py-opencv conda-forge/win-64::py-opencv-4.2.0-py37h5ca1d4c_2
The following packages will be UPDATED:
icu anaconda::icu-58.2-vc14hc45fdbb_0 --> conda-forge::icu-64.2-he025d50_1
jpeg pkgs/main::jpeg-9b-hb83a4c4_2 --> conda-forge::jpeg-9c-hfa6e2cd_1001
matplotlib pkgs/main::matplotlib-3.1.2-py37h64f3~ --> conda-forge::matplotlib-3.2.0-1
pyqt pkgs/main::pyqt-5.9.2-py37h6538335_2 --> conda-forge::pyqt-5.12.3-py37h6538335_1
qt anaconda::qt-5.9.7-vc14h73c81de_0 --> conda-forge::qt-5.12.5-h7ef1ec2_0
The following packages will be SUPERSEDED by a higher-priority channel:
ca-certificates pkgs/main::ca-certificates-2020.1.1-0 --> conda-forge::ca-certificates-2019.11.28-hecc5488_0
certifi pkgs/main --> conda-forge
openssl pkgs/main::openssl-1.1.1d-he774522_4 --> conda-forge::openssl-1.1.1d-hfa6e2cd_0
Proceed ([y]/n)? y
Downloading and Extracting Packages
libcblas-3.8.0 | 3.5 MB | ####################################################################################################################################################################### | 100%
icu-64.2 | 14.1 MB | ####################################################################################################################################################################### | 100%
libblas-3.8.0 | 3.5 MB | ####################################################################################################################################################################### | 100%
liblapack-3.8.0 | 3.5 MB | ####################################################################################################################################################################### | 100%
opencv-4.2.0 | 19 KB | ####################################################################################################################################################################### | 100%
pyqt-5.12.3 | 4.7 MB | ####################################################################################################################################################################### | 100%
matplotlib-3.2.0 | 6 KB | ####################################################################################################################################################################### | 100%
certifi-2019.11.28 | 148 KB | ####################################################################################################################################################################### | 100%
py-opencv-4.2.0 | 21 KB | ####################################################################################################################################################################### | 100%
liblapacke-3.8.0 | 3.5 MB | ####################################################################################################################################################################### | 100%
qt-5.12.5 | 104.4 MB | ####################################################################################################################################################################### | 100%
libopencv-4.2.0 | 45.0 MB | ####################################################################################################################################################################### | 100%
libclang-9.0.1 | 20.8 MB | ####################################################################################################################################################################### | 100%
matplotlib-base-3.2. | 7.1 MB | ####################################################################################################################################################################### | 100%
libwebp-1.0.2 | 356 KB | ####################################################################################################################################################################### | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
(latest) C:\WINDOWS\system32>python -c "import cv2; cv2.__version__"
(latest) C:\WINDOWS\system32>python -c "import cv2; print(cv2.__version__)"
4.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment