Skip to content

Instantly share code, notes, and snippets.

@mahya8585
Last active September 13, 2017 08:12
Show Gist options
  • Select an option

  • Save mahya8585/bb2141756eb9938ffc10ee6231637172 to your computer and use it in GitHub Desktop.

Select an option

Save mahya8585/bb2141756eb9938ffc10ee6231637172 to your computer and use it in GitHub Desktop.
python3 openCVインストールメモ

メモ

  • まだ3.6に対応していない
  • ので3.5系指定にしよう

windows+anacondaの場合

conda create -yn opencvtest python=3.5.2

activate opencvtest

conda install -c http://conda.binstar.org/menpo opencv3

linux+anacondaの場合

↑を source activate opencvtest にする

no anaconda

python3.5系をインストール
pip install http://conda.binstar.org/menpo opencv3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment