Mac OS 10.13.1 brew install opencv log

Updating Homebrew...

==> Installing dependencies for opencv: pkg-config, readline, sqlite, gdbm, openssl, xz, python3, python, eigen, lame, x264, xvid, ffmpeg, jpeg, libpng, libtiff, ilmbase, openexr, numpy, tbb

==> Installing opencv dependency: pkg-config

==> Downloading https://homebrew.bintray.com/bottles/pkg-config-0.29.2.high_sier

######################################################################## 100.0%

==> Pouring pkg-config-0.29.2.high_sierra.bottle.tar.gz

  /usr/local/Cellar/pkg-config/0.29.2: 11 files, 627.2KB

==> Installing opencv dependency: readline

==> Downloading https://homebrew.bintray.com/bottles/readline-7.0.3_1.high_sierr

######################################################################## 100.0%

==> Pouring readline-7.0.3_1.high_sierra.bottle.tar.gz

==> Caveats

This formula is keg-only, which means it was not symlinked into /usr/local,

because macOS provides the BSD libedit library, which shadows libreadline.

In order to prevent conflicts when programs look for libreadline we are

defaulting this GNU Readline installation to keg-only..


For compilers to find this software you may need to set:

    LDFLAGS:  -L/usr/local/opt/readline/lib

    CPPFLAGS: -I/usr/local/opt/readline/include


==> Summary

  /usr/local/Cellar/readline/7.0.3_1: 46 files, 1.5MB

==> Installing opencv dependency: sqlite

==> Downloading https://homebrew.bintray.com/bottles/sqlite-3.21.0.high_sierra.b

######################################################################## 100.0%

==> Pouring sqlite-3.21.0.high_sierra.bottle.tar.gz

==> Caveats

This formula is keg-only, which means it was not symlinked into /usr/local,

because macOS provides an older sqlite3.


If you need to have this software first in your PATH run:

  echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.bash_profile


For compilers to find this software you may need to set:

    LDFLAGS:  -L/usr/local/opt/sqlite/lib

    CPPFLAGS: -I/usr/local/opt/sqlite/include

For pkg-config to find this software you may need to set:

    PKG_CONFIG_PATH: /usr/local/opt/sqlite/lib/pkgconfig


==> Summary

  /usr/local/Cellar/sqlite/3.21.0: 11 files, 3.0MB

==> Installing opencv dependency: gdbm

==> Downloading https://homebrew.bintray.com/bottles/gdbm-1.13.high_sierra.bottl

######################################################################## 100.0%

==> Pouring gdbm-1.13.high_sierra.bottle.tar.gz

  /usr/local/Cellar/gdbm/1.13: 19 files, 553.9KB

==> Installing opencv dependency: openssl

==> Downloading https://homebrew.bintray.com/bottles/openssl-1.0.2l.high_sierra.

######################################################################## 100.0%

==> Pouring openssl-1.0.2l.high_sierra.bottle.tar.gz

==> Caveats

A CA file has been bootstrapped using certificates from the SystemRoots

keychain. To add additional certificates (e.g. the certificates added in

the System keychain), place .pem files in

  /usr/local/etc/openssl/certs


and run

  /usr/local/opt/openssl/bin/c_rehash


This formula is keg-only, which means it was not symlinked into /usr/local,

because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries.


If you need to have this software first in your PATH run:

  echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.bash_profile


For compilers to find this software you may need to set:

    LDFLAGS:  -L/usr/local/opt/openssl/lib

    CPPFLAGS: -I/usr/local/opt/openssl/include

For pkg-config to find this software you may need to set:

    PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig


==> Summary

  /usr/local/Cellar/openssl/1.0.2l: 1,709 files, 12.3MB

==> Installing opencv dependency: xz

==> Downloading https://homebrew.bintray.com/bottles/xz-5.2.3.high_sierra.bottle

######################################################################## 100.0%

==> Pouring xz-5.2.3.high_sierra.bottle.tar.gz

  /usr/local/Cellar/xz/5.2.3: 92 files, 1.4MB

==> Installing opencv dependency: python3

Warning: Building python3 from source:

  The bottle needs the Apple Command Line Tools to be installed.

  You can install them, if desired, with:

    xcode-select --install


==> Downloading https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tar.xz

######################################################################## 100.0%

==> ./configure --prefix=/usr/local/Cellar/python3/3.6.3 --enable-ipv6 --dataroo

==> make

==> make install PYTHONAPPSDIR=/usr/local/Cellar/python3/3.6.3

==> make frameworkinstallextras PYTHONAPPSDIR=/usr/local/Cellar/python3/3.6.3/sh

==> Downloading https://files.pythonhosted.org/packages/a4/c8/9a7a47f683d54d83f6

######################################################################## 100.0%

==> Downloading https://files.pythonhosted.org/packages/11/b6/abcb525026a4be042b

######################################################################## 100.0%

==> Downloading https://files.pythonhosted.org/packages/fa/b4/f9886517624a4dcb81

######################################################################## 100.0%

==> /usr/local/Cellar/python3/3.6.3/bin/python3 -s setup.py --no-user-cfg instal

==> /usr/local/Cellar/python3/3.6.3/bin/python3 -s setup.py --no-user-cfg instal

==> /usr/local/Cellar/python3/3.6.3/bin/python3 -s setup.py --no-user-cfg instal

==> Caveats

Pip, setuptools, and wheel have been installed. To update them

  pip3 install --upgrade pip setuptools wheel


You can install Python packages with

  pip3 install <package>


They will install into the site-package directory

  /usr/local/lib/python3.6/site-packages


See: https://docs.brew.sh/Homebrew-and-Python.html

==> Summary

  /usr/local/Cellar/python3/3.6.3: 7,973 files, 111MB, built in 6 minutes 20 seconds

==> Installing opencv dependency: python

Warning: Building python from source:

  The bottle needs the Apple Command Line Tools to be installed.

  You can install them, if desired, with:

    xcode-select --install


==> Downloading https://www.python.org/ftp/python/2.7.14/Python-2.7.14.tar.xz

######################################################################## 100.0%

==> ./configure --prefix=/usr/local/Cellar/python/2.7.14 --enable-ipv6 --dataroo

==> make

==> make install PYTHONAPPSDIR=/usr/local/Cellar/python/2.7.14

==> make frameworkinstallextras PYTHONAPPSDIR=/usr/local/Cellar/python/2.7.14/sh

==> Downloading https://files.pythonhosted.org/packages/a4/c8/9a7a47f683d54d83f6

######################################################################## 100.0%

==> Downloading https://files.pythonhosted.org/packages/11/b6/abcb525026a4be042b

######################################################################## 100.0%

==> Downloading https://files.pythonhosted.org/packages/fa/b4/f9886517624a4dcb81

######################################################################## 100.0%

==> /usr/local/Cellar/python/2.7.14/bin/python2 -s setup.py --no-user-cfg instal

==> /usr/local/Cellar/python/2.7.14/bin/python2 -s setup.py --no-user-cfg instal

==> /usr/local/Cellar/python/2.7.14/bin/python2 -s setup.py --no-user-cfg instal

==> Caveats

This formula installs a python2 executable to /usr/local/bin.

If you wish to have this formula's python executable in your PATH then add

the following to ~/.bash_profile:

  export PATH="/usr/local/opt/python/libexec/bin:$PATH"


Pip and setuptools have been installed. To update them

  pip2 install --upgrade pip setuptools


You can install Python packages with

  pip2 install <package>


They will install into the site-package directory

  /usr/local/lib/python2.7/site-packages


See: https://docs.brew.sh/Homebrew-and-Python.html

==> Summary

  /usr/local/Cellar/python/2.7.14: 6,344 files, 87.5MB, built in 7 minutes 21 seconds

==> Installing opencv dependency: eigen

==> Downloading https://homebrew.bintray.com/bottles/eigen-3.3.4.high_sierra.bot

######################################################################## 100.0%

==> Pouring eigen-3.3.4.high_sierra.bottle.tar.gz

  /usr/local/Cellar/eigen/3.3.4: 486 files, 6.5MB

==> Installing opencv dependency: lame

==> Downloading https://homebrew.bintray.com/bottles/lame-3.99.5.high_sierra.bot

######################################################################## 100.0%

==> Pouring lame-3.99.5.high_sierra.bottle.1.tar.gz

  /usr/local/Cellar/lame/3.99.5: 27 files, 2MB

==> Installing opencv dependency: x264

==> Downloading https://homebrew.bintray.com/bottles/x264-r2795.high_sierra.bott

######################################################################## 100.0%

==> Pouring x264-r2795.high_sierra.bottle.tar.gz

  /usr/local/Cellar/x264/r2795: 11 files, 3.2MB

==> Installing opencv dependency: xvid

==> Downloading https://homebrew.bintray.com/bottles/xvid-1.3.4.high_sierra.bott

######################################################################## 100.0%

==> Pouring xvid-1.3.4.high_sierra.bottle.tar.gz

  /usr/local/Cellar/xvid/1.3.4: 10 files, 1.2MB

==> Installing opencv dependency: ffmpeg

==> Downloading https://homebrew.bintray.com/bottles/ffmpeg-3.4.high_sierra.bott

######################################################################## 100.0%

==> Pouring ffmpeg-3.4.high_sierra.bottle.tar.gz

  /usr/local/Cellar/ffmpeg/3.4: 248 files, 50.9MB

==> Installing opencv dependency: jpeg

==> Downloading https://homebrew.bintray.com/bottles/jpeg-9b.high_sierra.bottle.

######################################################################## 100.0%

==> Pouring jpeg-9b.high_sierra.bottle.tar.gz

  /usr/local/Cellar/jpeg/9b: 20 files, 723.8KB

==> Installing opencv dependency: libpng

==> Downloading https://homebrew.bintray.com/bottles/libpng-1.6.34.high_sierra.b

######################################################################## 100.0%

==> Pouring libpng-1.6.34.high_sierra.bottle.tar.gz

  /usr/local/Cellar/libpng/1.6.34: 26 files, 1.2MB

==> Installing opencv dependency: libtiff

==> Downloading https://homebrew.bintray.com/bottles/libtiff-4.0.8_5.high_sierra

######################################################################## 100.0%

==> Pouring libtiff-4.0.8_5.high_sierra.bottle.tar.gz

  /usr/local/Cellar/libtiff/4.0.8_5: 245 files, 3.4MB

==> Installing opencv dependency: ilmbase

==> Downloading https://homebrew.bintray.com/bottles/ilmbase-2.2.0.high_sierra.b

######################################################################## 100.0%

==> Pouring ilmbase-2.2.0.high_sierra.bottle.3.tar.gz

  /usr/local/Cellar/ilmbase/2.2.0: 363 files, 5.5MB

==> Installing opencv dependency: openexr

==> Downloading https://homebrew.bintray.com/bottles/openexr-2.2.0.high_sierra.b

######################################################################## 100.0%

==> Pouring openexr-2.2.0.high_sierra.bottle.1.tar.gz

  /usr/local/Cellar/openexr/2.2.0: 132 files, 11.1MB

==> Installing opencv dependency: numpy

==> Downloading https://homebrew.bintray.com/bottles/numpy-1.13.3.high_sierra.bo

######################################################################## 100.0%

==> Pouring numpy-1.13.3.high_sierra.bottle.tar.gz

Error: The `brew link` step did not complete successfully

The formula built, but is not symlinked into /usr/local

Could not symlink bin/f2py

Target /usr/local/bin/f2py

already exists. You may want to remove it:

  rm '/usr/local/bin/f2py'


To force the link and overwrite all conflicting files:

  brew link --overwrite numpy


To list all files that would be deleted:

  brew link --overwrite --dry-run numpy


Possible conflicting files are:

/usr/local/bin/f2py

==> Caveats

Python modules have been installed and Homebrew's site-packages is not

in your Python sys.path, so you will not be able to import the modules

this formula installed. If you plan to develop with these modules,

please run:

  mkdir -p /Users/qz/Library/Python/2.7/lib/python/site-packages

  echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/qz/Library/Python/2.7/lib/python/site-packages/homebrew.pth

==> Summary

  /usr/local/Cellar/numpy/1.13.3: 893 files, 21.8MB

==> Installing opencv dependency: tbb

==> Downloading https://homebrew.bintray.com/bottles/tbb-2018_U1.high_sierra.bot

######################################################################## 100.0%

==> Pouring tbb-2018_U1.high_sierra.bottle.tar.gz

==> Caveats

Python modules have been installed and Homebrew's site-packages is not

in your Python sys.path, so you will not be able to import the modules

this formula installed. If you plan to develop with these modules,

please run:

  mkdir -p /Users/qz/Library/Python/2.7/lib/python/site-packages

  echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/qz/Library/Python/2.7/lib/python/site-packages/homebrew.pth

==> Summary

  /usr/local/Cellar/tbb/2018_U1: 123 files, 2.0MB

==> Installing opencv

==> Downloading https://homebrew.bintray.com/bottles/opencv-3.3.1_1.high_sierra.

######################################################################## 100.0%

==> Pouring opencv-3.3.1_1.high_sierra.bottle.tar.gz

==> Caveats

Python modules have been installed and Homebrew's site-packages is not

in your Python sys.path, so you will not be able to import the modules

this formula installed. If you plan to develop with these modules,

please run:

  mkdir -p /Users/qz/Library/Python/2.7/lib/python/site-packages

  echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/qz/Library/Python/2.7/lib/python/site-packages/homebrew.pth

==> Summary

  /usr/local/Cellar/opencv/3.3.1_1: 519 files, 95.9MB

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章