Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Unable to install Python ? ... So weird #36295

Closed
meteoastro opened this issue Jan 27, 2015 · 33 comments
Closed

Unable to install Python ? ... So weird #36295

meteoastro opened this issue Jan 27, 2015 · 33 comments

Comments

@meteoastro
Copy link

Hi !

I'm trying to install OpenCV with Homebrew since more than a week and it drives me totally crazy !
Everything works fine... but when brew try to install cmake, it's a real mess... On top of everything else, i'm REALLY bad in shell ...

Here is what I get :

brew install cmake
==> Downloading http://www.cmake.org/files/v3.1/cmake-3.1.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/cmake-3.1.1.tar.gz
==> Downloading https://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.2.3.ta
Already downloaded: /Library/Caches/Homebrew/cmake--sphinx-1.2.3.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/private/tmp/c
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help

error: option --no-user-cfg not recognized

READ THIS: http://git.io/brew-troubleshooting

These open issues may also help:
cmake reports: CMake Error: Could not find CMAKE_ROOT !!! (#35888)
cmake builds fail on CLT-only with --env=std (#29101)

and this for the doctor :

Warning: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:

2to3
easy_install
idle
pydoc
python
python-config
pythonw
smtpd.py

Consider setting your PATH so that /usr/local/bin
occurs before /usr/bin. Here is a one-liner:
echo export PATH='/usr/local/bin:$PATH' >> ~/.bash_profile

The two links are not very helpfull to me...

My computer :
Mac OS X 10.6.8 Snow Leopard
XCode 3.2.6 (the latest one for Snow Leopard)

Could you help me ?

Many thanks,
Cheers

@mistydemeo
Copy link
Member

READ THIS: http://git.io/brew-troubleshooting

Please read this and provide all of the requested troubleshooting information, thanks!

@meteoastro
Copy link
Author

And here is brew config :
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: fd3e4f7
Last commit: 7 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit sandybridge
OS X: 10.6.8-x86_64
Xcode: 3.2.6
CLT: N/A
GCC-4.0: build 5494
GCC-4.2: build 5666
LLVM-GCC: build 2335
Clang: 1.7 build 77
X11: 2.3.6 => /usr/X11
System Ruby: 1.8.7-p358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Java: 1.6.0_65

I've edited my previous message and included brew doctor's result.
Thanks

@mistydemeo
Copy link
Member

I also need the output of brew gist-logs cmake, please.

@mistydemeo
Copy link
Member

Have you tried adjusting your path like brew doctor suggests?

@meteoastro
Copy link
Author

So :
brew gist-logs cmake
https://gist.github.com/d8d654014b7869c806e9

I'm very bad in all those shell things... I don't know how to change the path... So sorry for my incompetence...

@DomT4
Copy link
Member

DomT4 commented Jan 28, 2015

You can change your path either by editing the /etc/paths file, which requires sudo, or by sticking a line in your bash_profile or zshrc or similar along the lines of export PATH=/usr/local/bin:/usr/local/sbin:$PATH.

@meteoastro
Copy link
Author

Hey !

I did this, but it didn't work...
Same error as previously !
So strange, isn't it ? What can I do ?! I really need OpenCV for my work !

Le 28 janv. 2015 à 04:20, Dominyk Tiller a écrit :

You can change your path either by editing the /etc/paths file, which requires sudo, or by sticking a line in your bash_profile or zshrc or similar along the lines of export PATH=/usr/local/bin:/usr/local/sbin:$PATH.


Reply to this email directly or view it on GitHub.

@DomT4
Copy link
Member

DomT4 commented Jan 28, 2015

Can you post what echo $PATH says?

@meteoastro
Copy link
Author

echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:PATH=/usr/local/bin:/usr/local/sbin:$PATH:/usr/texbin:/usr/X11/bin

Le 28 janv. 2015 à 23:00, Dominyk Tiller a écrit :

Can you post what echo $PATH says?


Reply to this email directly or view it on GitHub.

@DomT4
Copy link
Member

DomT4 commented Jan 28, 2015

How are you setting that, with /etc/paths or via a line in bash_profile or zshrc depending on your shell preference?

@meteoastro
Copy link
Author

I add the line with textedit /etc/paths

Le 28 janv. 2015 à 23:12, Dominyk Tiller a écrit :

How are you setting that, with /etc/paths or via a line in bash_profile or zshrc depending on your shell preference?


Reply to this email directly or view it on GitHub.

@DomT4
Copy link
Member

DomT4 commented Jan 28, 2015

And if you do cat /etc/paths?

@meteoastro
Copy link
Author

cat /etc/paths
/usr/bin
/bin
/usr/sbin
/sbin
/usr/local/bin
PATH=/usr/local/bin:/usr/local/sbin:$PATH

Le 28 janv. 2015 à 23:17, Dominyk Tiller a écrit :

And if you do cat /etc/paths?


Reply to this email directly or view it on GitHub.

@meteoastro
Copy link
Author

By the way, this is what I get, I tried to install opencv again :

brew install opencv
==> Installing opencv from homebrew/homebrew-science
==> Installing dependencies for opencv: cmake, eigen, jpeg, libpng, libti
==> Installing opencv dependency: cmake
==> Downloading http://www.cmake.org/files/v3.1/cmake-3.1.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/cmake-3.1.1.tar.gz
==> Downloading https://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.7.3.ta
Already downloaded: /Library/Caches/Homebrew/cmake--jinja2-2.7.3.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/private/tmp/c
==> Downloading https://pypi.python.org/packages/source/P/Pygments/Pygments-2.0.
Already downloaded: /Library/Caches/Homebrew/cmake--pygments-2.0.2.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/private/tmp/c
==> Downloading https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-
Already downloaded: /Library/Caches/Homebrew/cmake--markupsafe-0.23.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/private/tmp/c
==> Downloading https://pypi.python.org/packages/source/d/docutils/docutils-0.12
Already downloaded: /Library/Caches/Homebrew/cmake--docutils-0.12.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/private/tmp/c
==> Downloading https://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.2.3.ta
Already downloaded: /Library/Caches/Homebrew/cmake--sphinx-1.2.3.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/private/tmp/c
==> ./bootstrap --prefix=/usr/local/Cellar/cmake/3.1.1 --system-libs --parallel=
==> make
from hashlib import sha1
ImportError: cannot import name sha1
make[2]: *** [Utilities/Sphinx/doc_format_man] Error 1
make[1]: *** [Utilities/Sphinx/CMakeFiles/documentation.dir/all] Error 2
make: *** [all] Error 2

READ THIS: http://git.io/brew-troubleshooting

These open issues may also help:
cmake reports: CMake Error: Could not find CMAKE_ROOT !!! (#35888)
cmake builds fail on CLT-only with --env=std (#29101)

Le 28 janv. 2015 à 23:12, Dominyk Tiller a écrit :

How are you setting that, with /etc/paths or via a line in bash_profile or zshrc depending on your shell preference?


Reply to this email directly or view it on GitHub.

@DomT4
Copy link
Member

DomT4 commented Jan 28, 2015

Ah, okay. Do you have a bash_profile or similar as well? Or just the /etc/paths file?

Change that /etc/paths file so it reads:

/usr/local/bin
/usr/local/sbin/
/usr/bin
/bin
/usr/sbin
/sbin

I'd recommend doing this with sudo nano /etc/paths, so it doesn't potentially upset the standard /etc/paths file permissions.

@mistydemeo
Copy link
Member

For reference, I usually recommend against changing /etc/paths since it affects services that run under other users. Our advice for changing paths is to set it in your shell profile, e.g. ~/.bash_profile.

@meteoastro
Copy link
Author

Always the same problem... Still don't work...

Le 28 janv. 2015 à 23:32, Misty De Meo a écrit :

For reference, I usually recommend against changing /etc/paths since it affects services that run under other users. Our advice for changing paths is to set it in your shell profile, e.g. ~/.bash_profile.


Reply to this email directly or view it on GitHub.

@DomT4
Copy link
Member

DomT4 commented Jan 28, 2015

For reference, I usually recommend against changing

Aye, Appreciated :). Only recommended it here because the /etc/paths file already appeared to be modified.

Always the same problem... Still don't work...

What does your echo $PATH say now?

@tdsmith
Copy link
Contributor

tdsmith commented Jan 29, 2015

error: option --no-user-cfg not recognized

This is probably because of the antediluvian setuptools that ships with python on 10.6. I need to look at the requirement code but I wonder if we're tripping over an funny configuration where the :python dependency is satisfied because the python formula is installed but the system python is still the first python in PATH.

ImportError: cannot import name sha1

This is probably happening because of the problems building python against openssl on 10.6 that people have been reporting, like #35195.

Your quickest option for getting cmake installed is to run brew install cmake --without-docs.

@mistydemeo
Copy link
Member

I wonder if we're tripping over an funny configuration where the :python dependency is satisfied because the python formula is installed but the system python is still the first python in PATH.

I actually ran into exactly this the other day on 10.6 and meant to report it/look at fixing it.

@meteoastro
Copy link
Author

Hey,

thank you so much for all your answers... Sadly, my computer is a very bad guy, not very friendly with us !

brew install cmake --without-doc
==> Downloading http://www.cmake.org/files/v3.1/cmake-3.1.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/cmake-3.1.1.tar.gz
==> Downloading https://pypi.python.org/packages/source/P/Pygments/Pygments-2.0.
Already downloaded: /Library/Caches/Homebrew/cmake--pygments-2.0.2.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/private/tmp/c
==> Downloading https://pypi.python.org/packages/source/d/docutils/docutils-0.12
Already downloaded: /Library/Caches/Homebrew/cmake--docutils-0.12.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/private/tmp/c
==> Downloading https://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.2.3.ta
Already downloaded: /Library/Caches/Homebrew/cmake--sphinx-1.2.3.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/private/tmp/c
==> Downloading https://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.7.3.ta
Already downloaded: /Library/Caches/Homebrew/cmake--jinja2-2.7.3.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/private/tmp/c
==> Downloading https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-
Already downloaded: /Library/Caches/Homebrew/cmake--markupsafe-0.23.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/private/tmp/c
==> ./bootstrap --prefix=/usr/local/Cellar/cmake/3.1.1 --system-libs --parallel=
==> make
from hashlib import sha1
ImportError: cannot import name sha1
make[2]: *** [Utilities/Sphinx/doc_format_man] Error 1
make[1]: *** [Utilities/Sphinx/CMakeFiles/documentation.dir/all] Error 2
make: *** [all] Error 2

READ THIS: http://git.io/brew-troubleshooting

These open issues may also help:
cmake reports: CMake Error: Could not find CMAKE_ROOT !!! (#35888)
cmake builds fail on CLT-only with --env=std (#29101)

Le 29 janv. 2015 à 06:34, Misty De Meo a écrit :

I wonder if we're tripping over an funny configuration where the :python dependency is satisfied because the python formula is installed but the system python is still the first python in PATH.

I actually ran into exactly this the other day on 10.6 and meant to report it/look at fixing it.


Reply to this email directly or view it on GitHub.

@meteoastro
Copy link
Author

When I try echo $PATh, I get this :

echo $PATH
/usr/local/bin:/usr/local/bin:/usr/local/sbin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/X11/bin

Le 28 janv. 2015 à 23:40, Dominyk Tiller a écrit :

For reference, I usually recommend against changing

Aye, Appreciated :). Only recommended it here because the /etc/paths file already appeared to be modified.

Always the same problem... Still don't work...

What does your echo $PATH say now?


Reply to this email directly or view it on GitHub.

@tdsmith
Copy link
Contributor

tdsmith commented Jan 29, 2015

Try --without-docs, not --without-doc.

@meteoastro
Copy link
Author

It worked !

I'm currently trying to install (again again again) opencv...

Le 29 janv. 2015 à 17:22, tim smith a écrit :

Try --without-docs, not --without-doc.


Reply to this email directly or view it on GitHub.

@meteoastro
Copy link
Author

I'm really unlucky...

brew install cmake --without-docs
==> Downloading http://www.cmake.org/files/v3.1/cmake-3.1.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/cmake-3.1.1.tar.gz
==> ./bootstrap --prefix=/usr/local/Cellar/cmake/3.1.1 --system-libs --parallel=
==> make
==> make install
/usr/local/Cellar/cmake/3.1.1: 1802 files, 32M, built in 4.8 minutes
MacBook-Pro-de-Remi-Collin:~ remicollin$ brew install opencv
==> Installing opencv from homebrew/homebrew-science
==> Installing dependencies for opencv: eigen, jpeg, libpng, libtiff, ilm
==> Installing opencv dependency: eigen
==> Downloading http://bitbucket.org/eigen/eigen/get/3.2.3.tar.bz2
######################################################################## 100,0%
==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/eigen/3.2.3 -DCMAKE_FIND_FRAM
==> make install
/usr/local/Cellar/eigen/3.2.3: 361 files, 4,1M, built in 28 seconds
==> Installing opencv dependency: jpeg
==> Downloading http://www.ijg.org/files/jpegsrc.v8d.tar.gz
######################################################################## 100,0%
==> ./configure --prefix=/usr/local/Cellar/jpeg/8d
==> make install
/usr/local/Cellar/jpeg/8d: 18 files, 792K, built in 16 seconds
==> Installing opencv dependency: libpng
==> Downloading https://downloads.sf.net/project/libpng/libpng16/1.6.16/libpng-1
######################################################################## 100,0%
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/libpng/1.6.16
==> make
==> make test
==> make install
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.

Mac OS X already provides this software in versions before Mountain Lion.

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

LDFLAGS:  -L/usr/local/opt/libpng/lib
CPPFLAGS: -I/usr/local/opt/libpng/include

==> Summary
/usr/local/Cellar/libpng/1.6.16: 17 files, 1,2M, built in 45 seconds
==> Installing opencv dependency: libtiff
==> Downloading ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.3.tar.gz
######################################################################## 100,0%
==> ./configure --prefix=/usr/local/Cellar/libtiff/4.0.3 --without-x --disable-l
==> make install
/usr/local/Cellar/libtiff/4.0.3: 254 files, 3,8M, built in 34 seconds
==> Installing opencv dependency: ilmbase
==> Downloading http://download.savannah.gnu.org/releases/openexr/ilmbase-2.1.0.
######################################################################## 100,0%
==> ./configure --prefix=/usr/local/Cellar/ilmbase/2.1.0
==> make install
/usr/local/Cellar/ilmbase/2.1.0: 75 files, 1,7M, built in 25 seconds
==> Installing opencv dependency: openexr
==> Downloading http://download.savannah.gnu.org/releases/openexr/openexr-2.1.0.
######################################################################## 100,0%
==> ./configure --prefix=/usr/local/Cellar/openexr/2.1.0
==> make install
/usr/local/Cellar/openexr/2.1.0: 127 files, 7,4M, built in 85 seconds
==> Installing opencv dependency: homebrew/python/numpy
==> Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
==> Downloading https://downloads.sourceforge.net/project/numpy/NumPy/1.9.1/nump
######################################################################## 100,0%
==> Downloading https://pypi.python.org/packages/source/n/nose/nose-1.3.4.tar.gz
######################################################################## 100,0%
Warning: Language::Python.setup_install is deprecated.
If you are a formula author, please use
system "python", *Language::Python.setup_install_args(prefix)
instead.
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in
globals()[func_name] = __get_hash(__func_name)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in
globals()[__func_name] = __get_hash(__func_name)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha1
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in
globals()[__func_name] = __get_hash(__func_name)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha224
ERROR:root:code for hash sha256 was not found.
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in
globals()[__func_name] = __get_hash(__func_name)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha256
ERROR:root:code for hash sha384 was not found.
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in
globals()[__func_name] = __get_hash(__func_name)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha384
ERROR:root:code for hash sha512 was not found.
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in
globals()[__func_name] = __get_hash(__func_name)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha512
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/nose
copying nose/__init
.py -> build/lib/nose
copying nose/main.py -> build/lib/nose
copying nose/case.py -> build/lib/nose
copying nose/commands.py -> build/lib/nose
copying nose/config.py -> build/lib/nose
copying nose/core.py -> build/lib/nose
copying nose/exc.py -> build/lib/nose
copying nose/failure.py -> build/lib/nose
copying nose/importer.py -> build/lib/nose
copying nose/inspector.py -> build/lib/nose
copying nose/loader.py -> build/lib/nose
copying nose/proxy.py -> build/lib/nose
copying nose/pyversion.py -> build/lib/nose
copying nose/result.py -> build/lib/nose
copying nose/selector.py -> build/lib/nose
copying nose/suite.py -> build/lib/nose
copying nose/twistedtools.py -> build/lib/nose
copying nose/util.py -> build/lib/nose
creating build/lib/nose/ext
copying nose/ext/init.py -> build/lib/nose/ext
copying nose/ext/dtcompat.py -> build/lib/nose/ext
creating build/lib/nose/plugins
copying nose/plugins/init.py -> build/lib/nose/plugins
copying nose/plugins/allmodules.py -> build/lib/nose/plugins
copying nose/plugins/attrib.py -> build/lib/nose/plugins
copying nose/plugins/base.py -> build/lib/nose/plugins
copying nose/plugins/builtin.py -> build/lib/nose/plugins
copying nose/plugins/capture.py -> build/lib/nose/plugins
copying nose/plugins/collect.py -> build/lib/nose/plugins
copying nose/plugins/cover.py -> build/lib/nose/plugins
copying nose/plugins/debug.py -> build/lib/nose/plugins
copying nose/plugins/deprecated.py -> build/lib/nose/plugins
copying nose/plugins/doctests.py -> build/lib/nose/plugins
copying nose/plugins/errorclass.py -> build/lib/nose/plugins
copying nose/plugins/failuredetail.py -> build/lib/nose/plugins
copying nose/plugins/isolate.py -> build/lib/nose/plugins
copying nose/plugins/logcapture.py -> build/lib/nose/plugins
copying nose/plugins/manager.py -> build/lib/nose/plugins
copying nose/plugins/multiprocess.py -> build/lib/nose/plugins
copying nose/plugins/plugintest.py -> build/lib/nose/plugins
copying nose/plugins/prof.py -> build/lib/nose/plugins
copying nose/plugins/skip.py -> build/lib/nose/plugins
copying nose/plugins/testid.py -> build/lib/nose/plugins
copying nose/plugins/xunit.py -> build/lib/nose/plugins
creating build/lib/nose/sphinx
copying nose/sphinx/init.py -> build/lib/nose/sphinx
copying nose/sphinx/pluginopts.py -> build/lib/nose/sphinx
creating build/lib/nose/tools
copying nose/tools/init.py -> build/lib/nose/tools
copying nose/tools/nontrivial.py -> build/lib/nose/tools
copying nose/tools/trivial.py -> build/lib/nose/tools
copying nose/usage.txt -> build/lib/nose
running install_lib
creating /usr/local/Cellar/numpy/1.9.1/libexec
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/init.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/main.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/case.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/commands.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/config.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/core.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/exc.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/ext
copying build/lib/nose/ext/init.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/ext
copying build/lib/nose/ext/dtcompat.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/ext
copying build/lib/nose/failure.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/importer.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/inspector.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/loader.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/init.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/allmodules.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/attrib.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/base.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/builtin.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/capture.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/collect.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/cover.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/debug.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/deprecated.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/doctests.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/errorclass.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/failuredetail.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/isolate.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/logcapture.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/manager.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/multiprocess.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/plugintest.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/prof.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/skip.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/testid.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/xunit.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/proxy.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/pyversion.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/result.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/selector.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/sphinx
copying build/lib/nose/sphinx/init.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/sphinx
copying build/lib/nose/sphinx/pluginopts.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/sphinx
copying build/lib/nose/suite.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/tools
copying build/lib/nose/tools/init.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/tools
copying build/lib/nose/tools/nontrivial.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/tools
copying build/lib/nose/tools/trivial.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/tools
copying build/lib/nose/twistedtools.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/usage.txt -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/util.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/init.py to init.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/main.py to main.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/case.py to case.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/commands.py to commands.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/config.py to config.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/core.py to core.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/exc.py to exc.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/ext/init.py to init.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/ext/dtcompat.py to dtcompat.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/failure.py to failure.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/importer.py to importer.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/inspector.py to inspector.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/loader.py to loader.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/init.py to init.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/allmodules.py to allmodules.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/attrib.py to attrib.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/base.py to base.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/builtin.py to builtin.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/capture.py to capture.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/collect.py to collect.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/cover.py to cover.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/debug.py to debug.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/deprecated.py to deprecated.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/doctests.py to doctests.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/errorclass.py to errorclass.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/failuredetail.py to failuredetail.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/isolate.py to isolate.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/logcapture.py to logcapture.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/manager.py to manager.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/multiprocess.py to multiprocess.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/plugintest.py to plugintest.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/prof.py to prof.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/skip.py to skip.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/testid.py to testid.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/xunit.py to xunit.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/proxy.py to proxy.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/pyversion.py to pyversion.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/result.py to result.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/selector.py to selector.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/sphinx/init.py to init.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/sphinx/pluginopts.py to pluginopts.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/suite.py to suite.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/tools/init.py to init.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/tools/nontrivial.py to nontrivial.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/tools/trivial.py to trivial.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/twistedtools.py to twistedtools.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/util.py to util.pyc
running install_data
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/man
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/man/man1
copying nosetests.1 -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/man/man1
running install_egg_info
running egg_info
writing nose.egg-info/PKG-INFO
writing top-level names to nose.egg-info/top_level.txt
writing dependency_links to nose.egg-info/dependency_links.txt
writing entry points to nose.egg-info/entry_points.txt
warning: manifest_maker: standard file '-c' not found

reading manifest file 'nose.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'doc/.build'
writing manifest file 'nose.egg-info/SOURCES.txt'
Copying nose.egg-info to /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose-1.3.4-py2.7.egg-info
running install_scripts
Installing nosetests script to /usr/local/Cellar/numpy/1.9.1/libexec/nose/bin
Installing nosetests-2.7 script to /usr/local/Cellar/numpy/1.9.1/libexec/nose/bin
writing list of installed files to 'installed.txt'
==> python setup.py build --fcompiler=gnu95 install --prefix=/usr/local/Cellar/n
File "numpy/core/setup_common.py", line 65, in get_api_versions
m = import('genapi')
File "numpy/core/code_generators/genapi.py", line 14, in
md5new = hashlib.md5
AttributeError: 'module' object has no attribute 'md5'

READ THIS: http://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/homebrew/homebrew-python/issues

I'm lost... As I told you, I'm really bad in shell and I don't understand anything... So sorry...

Le 29 janv. 2015 à 17:22, tim smith a écrit :

Try --without-docs, not --without-doc.


Reply to this email directly or view it on GitHub.

@tdsmith
Copy link
Contributor

tdsmith commented Jan 29, 2015

AttributeError: 'module' object has no attribute 'md5'

This is the openssl problem again, probably, like #35195.

Can you share the output of brew gist-logs python?

@meteoastro
Copy link
Author

Here is the gist-logs for python :

brew gist-logs python
https://gist.github.com/c560719a72a11882e31a

Le 29 janv. 2015 à 22:16, tim smith a écrit :

AttributeError: 'module' object has no attribute 'md5'

This is the openssl problem again, probably, like #35195.

Can you share the output of brew gist-logs python?


Reply to this email directly or view it on GitHub.

@DomT4
Copy link
Member

DomT4 commented Jan 29, 2015

This is the openssl problem again, probably, like #35195.

Is there any chance unkegging OpenSSL on those older systems would solve this? Or would it just cause hell elsewhere to do so? I guess it might not help, given it'll still look in /usr ugh 😢. Need to find a 10.6 system to play with...

@tdsmith
Copy link
Contributor

tdsmith commented Jan 30, 2015

Did you use any options when you installed python? I don't see superenv's .cc log files in your gist and I can reproduce a similar syndrome if I install python with --env=std but there shouldn't be a reason to do that. If you brew uninstall python && brew install python without any other command line options does this persist?

@meteoastro
Copy link
Author

No, when I Installed Python, I didn't use any option... In fact, I never install Python separately from OpenCV... I tried you command line :

brew uninstall python && brew install python
Uninstalling /usr/local/Cellar/python/2.7.9...
==> Downloading https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz
Already downloaded: /Library/Caches/Homebrew/python-2.7.9.tgz
==> Downloading http://bugs.python.org/file30805/issue10910-workaround.txt
Already downloaded: /Library/Caches/Homebrew/python--patch-9926640cb7c8e273e4b451469a2b13d4b9df5ba3.txt
==> Patching
patching file Include/pyport.h
Hunk #1 succeeded at 713 (offset 14 lines).
Hunk #2 succeeded at 736 (offset 14 lines).
==> ./configure --prefix=/usr/local/Cellar/python/2.7.9 --enable-ipv6 --dataroot
==> make
==> make install PYTHONAPPSDIR=/usr/local/Cellar/python/2.7.9
==> make frameworkinstallextras PYTHONAPPSDIR=/usr/local/Cellar/python/2.7.9/sha
==> Downloading https://pypi.python.org/packages/source/s/setuptools/setuptools-
Already downloaded: /Library/Caches/Homebrew/python--setuptools-11.3.1.tar.gz
==> Downloading https://pypi.python.org/packages/source/p/pip/pip-6.0.6.tar.gz
Already downloaded: /Library/Caches/Homebrew/python--pip-6.0.6.tar.gz
==> Caveats
Setuptools and Pip have been installed. To update them
pip install --upgrade setuptools
pip install --upgrade pip

You can install Python packages with
pip install

They will install into the site-package directory
/usr/local/lib/python2.7/site-packages

See: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Homebrew-and-Python.md

.app bundles were installed.
Run brew linkapps python to symlink these to /Applications.
==> /usr/local/Cellar/python/2.7.9/bin/python -s setup.py --no-user-cfg install
==> /usr/local/Cellar/python/2.7.9/bin/python -s setup.py --no-user-cfg install
==> Summary
/usr/local/Cellar/python/2.7.9: 6136 files, 99M, built in 104 seconds

Le 30 janv. 2015 à 06:42, tim smith a écrit :

brew uninstall python && brew install python

@meteoastro
Copy link
Author

Is it OK, now ? It seems to work ? But i'm not quite sure ?

brew uninstall python && brew install python
Uninstalling /usr/local/Cellar/python/2.7.9...
==> Downloading https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz
Already downloaded: /Library/Caches/Homebrew/python-2.7.9.tgz
==> Downloading http://bugs.python.org/file30805/issue10910-workaround.txt
Already downloaded: /Library/Caches/Homebrew/python--patch-9926640cb7c8e273e4b451469a2b13d4b9df5ba3.txt
==> Patching
patching file Include/pyport.h
Hunk #1 succeeded at 713 (offset 14 lines).
Hunk #2 succeeded at 736 (offset 14 lines).
==> ./configure --prefix=/usr/local/Cellar/python/2.7.9 --enable-ipv6 --dataroot
==> make
==> make install PYTHONAPPSDIR=/usr/local/Cellar/python/2.7.9
==> make frameworkinstallextras PYTHONAPPSDIR=/usr/local/Cellar/python/2.7.9/sha
==> Downloading https://pypi.python.org/packages/source/s/setuptools/setuptools-
Already downloaded: /Library/Caches/Homebrew/python--setuptools-11.3.1.tar.gz
==> Downloading https://pypi.python.org/packages/source/p/pip/pip-6.0.6.tar.gz
Already downloaded: /Library/Caches/Homebrew/python--pip-6.0.6.tar.gz
==> Caveats
Setuptools and Pip have been installed. To update them
pip install --upgrade setuptools
pip install --upgrade pip

You can install Python packages with
pip install

They will install into the site-package directory
/usr/local/lib/python2.7/site-packages

See: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Homebrew-and-Python.md

.app bundles were installed.
Run brew linkapps python to symlink these to /Applications.
==> /usr/local/Cellar/python/2.7.9/bin/python -s setup.py --no-user-cfg install
==> /usr/local/Cellar/python/2.7.9/bin/python -s setup.py --no-user-cfg install
==> Summary
/usr/local/Cellar/python/2.7.9: 6136 files, 99M, built in 104 seconds
MacBook-Pro-de-Remi-Collin:~ remicollin$ brew install opencv==> Installing opencv from homebrew/homebrew-science
==> Installing opencv dependency: homebrew/python/numpy
==> Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
==> Downloading https://downloads.sourceforge.net/project/numpy/NumPy/1.9.1/nump
Already downloaded: /Library/Caches/Homebrew/numpy-1.9.1.tar.gz
==> Downloading https://pypi.python.org/packages/source/n/nose/nose-1.3.4.tar.gz
Already downloaded: /Library/Caches/Homebrew/numpy--nose-1.3.4.tar.gz
Warning: Language::Python.setup_install is deprecated.
If you are a formula author, please use
system "python", *Language::Python.setup_install_args(prefix)
instead.
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/nose
copying nose/init.py -> build/lib/nose
copying nose/main.py -> build/lib/nose
copying nose/case.py -> build/lib/nose
copying nose/commands.py -> build/lib/nose
copying nose/config.py -> build/lib/nose
copying nose/core.py -> build/lib/nose
copying nose/exc.py -> build/lib/nose
copying nose/failure.py -> build/lib/nose
copying nose/importer.py -> build/lib/nose
copying nose/inspector.py -> build/lib/nose
copying nose/loader.py -> build/lib/nose
copying nose/proxy.py -> build/lib/nose
copying nose/pyversion.py -> build/lib/nose
copying nose/result.py -> build/lib/nose
copying nose/selector.py -> build/lib/nose
copying nose/suite.py -> build/lib/nose
copying nose/twistedtools.py -> build/lib/nose
copying nose/util.py -> build/lib/nose
creating build/lib/nose/ext
copying nose/ext/init.py -> build/lib/nose/ext
copying nose/ext/dtcompat.py -> build/lib/nose/ext
creating build/lib/nose/plugins
copying nose/plugins/init.py -> build/lib/nose/plugins
copying nose/plugins/allmodules.py -> build/lib/nose/plugins
copying nose/plugins/attrib.py -> build/lib/nose/plugins
copying nose/plugins/base.py -> build/lib/nose/plugins
copying nose/plugins/builtin.py -> build/lib/nose/plugins
copying nose/plugins/capture.py -> build/lib/nose/plugins
copying nose/plugins/collect.py -> build/lib/nose/plugins
copying nose/plugins/cover.py -> build/lib/nose/plugins
copying nose/plugins/debug.py -> build/lib/nose/plugins
copying nose/plugins/deprecated.py -> build/lib/nose/plugins
copying nose/plugins/doctests.py -> build/lib/nose/plugins
copying nose/plugins/errorclass.py -> build/lib/nose/plugins
copying nose/plugins/failuredetail.py -> build/lib/nose/plugins
copying nose/plugins/isolate.py -> build/lib/nose/plugins
copying nose/plugins/logcapture.py -> build/lib/nose/plugins
copying nose/plugins/manager.py -> build/lib/nose/plugins
copying nose/plugins/multiprocess.py -> build/lib/nose/plugins
copying nose/plugins/plugintest.py -> build/lib/nose/plugins
copying nose/plugins/prof.py -> build/lib/nose/plugins
copying nose/plugins/skip.py -> build/lib/nose/plugins
copying nose/plugins/testid.py -> build/lib/nose/plugins
copying nose/plugins/xunit.py -> build/lib/nose/plugins
creating build/lib/nose/sphinx
copying nose/sphinx/init.py -> build/lib/nose/sphinx
copying nose/sphinx/pluginopts.py -> build/lib/nose/sphinx
creating build/lib/nose/tools
copying nose/tools/init.py -> build/lib/nose/tools
copying nose/tools/nontrivial.py -> build/lib/nose/tools
copying nose/tools/trivial.py -> build/lib/nose/tools
copying nose/usage.txt -> build/lib/nose
running install_lib
creating /usr/local/Cellar/numpy/1.9.1/libexec
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/init.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/main.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/case.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/commands.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/config.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/core.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/exc.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/ext
copying build/lib/nose/ext/init.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/ext
copying build/lib/nose/ext/dtcompat.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/ext
copying build/lib/nose/failure.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/importer.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/inspector.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/loader.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/init.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/allmodules.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/attrib.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/base.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/builtin.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/capture.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/collect.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/cover.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/debug.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/deprecated.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/doctests.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/errorclass.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/failuredetail.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/isolate.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/logcapture.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/manager.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/multiprocess.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/plugintest.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/prof.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/skip.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/testid.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/xunit.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/proxy.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/pyversion.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/result.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/selector.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/sphinx
copying build/lib/nose/sphinx/init.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/sphinx
copying build/lib/nose/sphinx/pluginopts.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/sphinx
copying build/lib/nose/suite.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/tools
copying build/lib/nose/tools/init.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/tools
copying build/lib/nose/tools/nontrivial.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/tools
copying build/lib/nose/tools/trivial.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/tools
copying build/lib/nose/twistedtools.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/usage.txt -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
copying build/lib/nose/util.py -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/init.py to init.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/main.py to main.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/case.py to case.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/commands.py to commands.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/config.py to config.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/core.py to core.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/exc.py to exc.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/ext/init.py to init.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/ext/dtcompat.py to dtcompat.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/failure.py to failure.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/importer.py to importer.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/inspector.py to inspector.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/loader.py to loader.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/init.py to init.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/allmodules.py to allmodules.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/attrib.py to attrib.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/base.py to base.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/builtin.py to builtin.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/capture.py to capture.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/collect.py to collect.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/cover.py to cover.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/debug.py to debug.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/deprecated.py to deprecated.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/doctests.py to doctests.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/errorclass.py to errorclass.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/failuredetail.py to failuredetail.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/isolate.py to isolate.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/logcapture.py to logcapture.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/manager.py to manager.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/multiprocess.py to multiprocess.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/plugintest.py to plugintest.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/prof.py to prof.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/skip.py to skip.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/testid.py to testid.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/plugins/xunit.py to xunit.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/proxy.py to proxy.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/pyversion.py to pyversion.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/result.py to result.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/selector.py to selector.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/sphinx/init.py to init.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/sphinx/pluginopts.py to pluginopts.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/suite.py to suite.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/tools/init.py to init.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/tools/nontrivial.py to nontrivial.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/tools/trivial.py to trivial.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/twistedtools.py to twistedtools.pyc
byte-compiling /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose/util.py to util.pyc
running install_data
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/man
creating /usr/local/Cellar/numpy/1.9.1/libexec/nose/man/man1
copying nosetests.1 -> /usr/local/Cellar/numpy/1.9.1/libexec/nose/man/man1
running install_egg_info
running egg_info
writing nose.egg-info/PKG-INFO
writing top-level names to nose.egg-info/top_level.txt
writing dependency_links to nose.egg-info/dependency_links.txt
writing entry points to nose.egg-info/entry_points.txt
warning: manifest_maker: standard file '-c' not found

reading manifest file 'nose.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'doc/.build'
writing manifest file 'nose.egg-info/SOURCES.txt'
Copying nose.egg-info to /usr/local/Cellar/numpy/1.9.1/libexec/nose/lib/python2.7/site-packages/nose-1.3.4-py2.7.egg-info
running install_scripts
Installing nosetests script to /usr/local/Cellar/numpy/1.9.1/libexec/nose/bin
Installing nosetests-2.7 script to /usr/local/Cellar/numpy/1.9.1/libexec/nose/bin
writing list of installed files to 'installed.txt'
==> python setup.py build --fcompiler=gnu95 install --prefix=/usr/local/Cellar/n
/usr/local/Cellar/numpy/1.9.1: 693 files, 14M, built in 103 seconds
==> Installing opencv
==> Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
==> Downloading https://github.com/Itseez/opencv/archive/2.4.10.1.tar.gz
######################################################################## 100,0%
==> Patching
patching file CMakeLists.txt
==> cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/opencv/2.4.10.1 -DCMAKE_BU
==> make
==> make install
/usr/local/Cellar/opencv/2.4.10.1: 216 files, 38M, built in 12.4 minutes

Le 30 janv. 2015 à 06:42, tim smith a écrit :

Did you use any options when you installed python? I don't see superenv's .cc log files in your gist and I can reproduce a similar syndrome if I install python with --env=std but there shouldn't be a reason to do that. If you brew uninstall python && brew install python without any other command line options does this persist?


Reply to this email directly or view it on GitHub.

@tdsmith
Copy link
Contributor

tdsmith commented Jan 30, 2015

Looks good; let us know if you have any further trouble.

@tdsmith tdsmith closed this as completed Jan 30, 2015
@meteoastro
Copy link
Author

Thank you very much !!!!

Le 30 janv. 2015 à 21:35, tim smith a écrit :

Looks good; let us know if you have any further trouble.


Reply to this email directly or view it on GitHub.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants