easy_install pyopencv does not work because it says I need a newer version of
setuptools while in fact I do have that. (See output below.)
What is the expected output? What do you see instead?
Downloading http://pyopencv.googlecode.com/files/pyopencv-2.1.0.wr1.2.0.tar.gz
Processing pyopencv-2.1.0.wr1.2.0.tar.gz
Running pyopencv-2.1.0.wr1.2.0/setup.py -q bdist_egg --dist-dir
/var/folders/FP/FPAYtgRRHpOjTvD2zcxedE+++TI/-Tmp-/easy_install-NXz8fZ/pyopencv-2
.1.0.wr1.2.0/egg-dist-tmp-9OnP3Q
The required version of setuptools (>=0.6c11) is not available, and
can't be installed while this script is running. Please install
a more recent version first, using 'easy_install -U setuptools'.
(Currently using setuptools 0.6c9
(/Library/Python/2.6/site-packages/setuptools-0.6c9-py2.6.egg))
error: Setup script exited with 2
corretto:bin alper$ python
Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import setuptools
setuptools>>> setuptools.__version__
'0.6c12'
>>> ^D
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by alper.cugun on 5 Dec 2010 at 9:06
Original issue reported on code.google.com by
alper.cugun
on 5 Dec 2010 at 9:06