[PYTHON] Comment installer OpenCV sur Mac

Je suis resté coincé avec la méthode d'installation d'OpenCV sur Mac, mais je l'ai résolu sur le site suivant, je vais donc l'écrire sous forme de mémorandum

http://www.daveperrett.com/articles/2010/12/14/face-detection-with-osx-and-python/

J'ai fait référence à ce site.

Vous devez d'abord installer Home Brew.

http://brew.sh/index_ja.html

Référez-vous à ce site

Mise à jour de Home Brew

brew update
brew install -v cmake

Vous devez également appuyer sur

brew tap homebrew/science

Installez OpenCV avec Homebrew

brew install opencv

Puis passe le chemin Le chemin suivant est à l'ancienne

export PYTHONPATH="/usr/local/lib/python2.6/site-packages/:$PYTHONPATH"

J'utilise python2.7 maintenant, alors réécrivez-le comme ça

export PYTHONPATH="/usr/local/lib/python2.7/site-packages/:$PYTHONPATH"

Ensuite, lancez python et testez-le et cela devrait fonctionner

> python
Python 2.7.10 (v2.7.10:15c95b7d81dc, May 23 2015, 09:33:12) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv
>>> 

Veuillez commenter si vous faites une erreur

Recommended Posts

Comment installer OpenCV sur Mac
Comment installer mysql-connector-python sur Mac
Comment installer drobertadams / toggl-cli sur Mac
Comment installer OpenCV sur Jetson Nano Python
[Python] Comment installer OpenCV sur Anaconda [Windows]
Instructions pour installer matplotlib sur votre Mac
Comment installer Graph-Tool sur macOS
Comment installer VMware-Tools sur Linux
Comment installer pycrypto sur Windows
Comment installer PyPy sur CentOS
Comment installer TensorFlow sur CentOS 7
Comment installer Maven sur CentOS
Étapes pour installer python3 sur Mac
Comment installer Music 21 sur Windows
Comment installer Theano sur Mac OS X avec homebrew
Comment installer aws-session-manager-plugin sur Manajro Linux
[Kivy] Comment installer Kivy sur Windows [Python]
Comment effacer Python 2.x sur Mac.
Comment installer des packages sur Alpine Linux
Comment installer Richzhang / Colorisation sur Windows 10
Comment installer Apache (httpd) sur CentOS7
Comment installer php7.4 sur Linux (Ubuntu)
Comment installer Eclipse GlassFish 5.1.0 sur CentOS7
Comment installer Apache (httpd) sur CentOS8
Comment installer NumPy sur Raspeye
Comment installer cx_Oracle sur macOS Sierra
Installez Tensorflow sur Mac
Installez pyenv sur Mac
Comment installer pip
Comment installer Archlinux
Installez Python sur Mac
Comment installer python
Installer Python 3 dans un environnement Mac
Comment installer BayesOpt
Comment installer Nbextensions
Installez Python 3.4 sur Mac
Installez Caffe sur Mac
Installer mecab sur Mac
Comment installer Prover9
installer mecab-python sur Mac
Comment installer OpenCV sur Cloud9 et l'exécuter en Python
Comment installer Theano sur Mac OS X 10.10 (en utilisant pyenv, anaconda)
[Version 2020] Comment installer Python3 sur EC2 d'AWS
Comment installer rapidement h5py sur Windows 10 [non officiel]
Comment installer OpenGM sur OSX avec macports
Comment installer Camunda Modeler sur Manjaro Linux
Comment installer / vérifier Graphviz sur anaconda / windows10
Comment installer le framework Deep Learning Caffe sur un Mac en mode CPU
[2020.8 dernière] Comment installer Python
Comment installer Python [Windows]
Installer pygame sur python3.4 sur Mac
Comment installer Tabpy 1.0 (version 2020-01)
Installer le module sur Anaconda (Mac)
Installez OpenPose sur mac (Catalina)
Comment s'inscrire auprès de pypi
Installez numba sur Mac
Mettez à jour le python que vous aviez sur votre Mac à 3.7-> 3.8
Installez pandas 0.14 sur python3.4 [sur Mac]