On Sun, Jun 13, 2010 at 5:06 PM, David Cournapeau <courn...@gmail.com> wrote:
>
>
> On Mon, Jun 14, 2010 at 5:17 AM, Vincent Davis <vinc...@vincentdavis.net>
> wrote:
>>
>> As an update. I was able to get py 3.2.1 current source to build/install.
>> After that I was able to build and install the current numpy. Everything
>> seems ok.
>> I did try to run the tests but get an error. It looks like nose has a
>> problem.
>> >>> np.test()
>> Running unit tests for numpy
>> Traceback (most recent call last):
>>   File "<stdin>", line 1, in <module>
>>   File
>> "/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/site-packages/numpy/testing/nosetester.py",
>> line 321, in test
>>     self._show_system_info()
>>   File
>> "/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/site-packages/numpy/testing/nosetester.py",
>> line 187, in _show_system_info
>>     nose = import_nose()
>>   File
>> "/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/site-packages/numpy/testing/nosetester.py",
>> line 56, in import_nose
>>     import nose
>>   File "nose/__init__.py", line 1, in <module>
>>     from nose.core import collector, main, run, run_exit, runmodule
>>   File "nose/core.py", line 142
>>     print "%s version %s" % (os.path.basename(sys.argv[0]), __version__)
>
> You need to install a nose version compatible with python 3

I kinda get that, I posted on the nose list ask what source/version to
install. I installed the most recent.

Thanks
Vincent

> David
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to