Quand j'ai essayé d'installer opneCV3 sur mon Mac pour exécuter PaintsChainer, j'ai eu une erreur, et quand je l'ai recherché, il n'y avait pas d'article japonais, donc je vais le laisser comme note.
brew install opencv3 --with-python3
...
Error: opencv3: Does not support building both Python 2 and 3 wrappers
Détails: installer opencv3 sur mac pour python 3.6
brew install opencv3 --with-python3 --without-python
J'avais besoin de --without-python
.
Comme vous pouvez le voir dans le contenu de l'erreur, vous ne pouvez l'installer que pour python ou python3.
Cette fois, je voulais l'installer pour une utilisation avec python3, donc je l'ai résolu avec --without-python
.